Home
last modified time | relevance | path

Searched refs:SHN_ABS (Results 1 - 25 of 28) sorted by relevance

12

/third_party/elfutils/libebl/
H A Deblsectionname.c49 else if (section == SHN_ABS) in ebl_section_name()
/third_party/elfutils/tests/
H A Dasm-tst8.c146 if (sym->st_shndx != SHN_ABS) in main()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c154 case SHN_ABS: /* XXX sometimes should use bias?? */ in __libdwfl_getsym()
H A Drelocate.c191 case SHN_ABS: in relocate_getsym()
298 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ in resolve_symbol()
H A Ddwfl_module_addrsym.c93 state->addr_shndx = SHN_ABS; in same_section()
H A Dderelocate.c274 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs275 || sym.st_shndx == SHN_ABS
/third_party/elfio/tests/
H A DELFIOTest.cpp265 SHN_ABS, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST()
377 SHN_ABS, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST()
381 SHN_ABS, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp460 #define SHN_ABS 0xFFF1 macro
/third_party/elfutils/libasm/
H A Dasm_end.c211 ndx = SHN_ABS; in binary_end()
/third_party/libunwind/libunwind/src/
H A Delfxx.c133 if (sym->st_shndx != SHN_ABS) in lookup_symbol()
/third_party/libabigail/src/
H A Dabg-symtab-reader.cc352 || (sym_type == STT_OBJECT && sym->st_shndx != SHN_ABS) in load_()
H A Dabg-elf-helpers.cc924 if (crc_section_index == SHN_ABS) in get_crc_for_symbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h501 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolValueImpl()
521 case ELF::SHN_ABS: in getSymbolAddress()
620 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
H A DELFTypes.h216 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h658 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h808 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp534 // This has to be in sync with when computeSymbolTable uses SHN_ABS or in writeSymbol()
654 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
730 ELF::SHN_ABS, true); in computeSymbolTable()
/third_party/elfutils/src/
H A Dnm.c884 if (sym->st_shndx == SHN_ABS) in class_type_char()
/third_party/elfio/elfio/
H A Delf_types.hpp488 constexpr Elf_Word SHN_ABS = 0xFFF1; member
/third_party/musl/porting/linux/user/include/
H A Delf.h365 #define SHN_ABS 0xfff1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h364 #define SHN_ABS 0xfff1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h364 #define SHN_ABS 0xfff1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h364 #define SHN_ABS 0xfff1 macro
/third_party/musl/include/
H A Delf.h365 #define SHN_ABS 0xfff1 macro

Completed in 77 milliseconds

12