/third_party/elfutils/libebl/ |
D | eblsectionname.c | 49 else if (section == SHN_ABS) in ebl_section_name()
|
/third_party/elfutils/tests/ |
D | asm-tst8.c | 146 if (sym->st_shndx != SHN_ABS) in main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 32 pub(super) const SHN_ABS: u16 = 0xfff1; constant
|
D | vdso.rs | 275 || sym.st_shndx == SHN_ABS in sym()
|
/third_party/libunwind/src/ |
D | elfxx.c | 133 if (sym->st_shndx != SHN_ABS) in elf_w() 213 if (sym->st_shndx != SHN_ABS) in elf_w()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 154 case SHN_ABS: /* XXX sometimes should use bias?? */ in __libdwfl_getsym()
|
D | relocate.c | 191 case SHN_ABS: in relocate_getsym() 298 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ in resolve_symbol()
|
D | dwfl_module_addrsym.c | 93 state->addr_shndx = SHN_ABS; in same_section()
|
D | derelocate.c | 274 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 265 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 501 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()
|
D | ELFTypes.h | 216 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 186 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 186 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
|
/third_party/libabigail/src/ |
D | abg-symtab-reader.cc | 352 || (sym_type == STT_OBJECT && sym->st_shndx != SHN_ABS) in load_()
|
D | abg-elf-helpers.cc | 924 if (crc_section_index == SHN_ABS) in get_crc_for_symbol()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 460 #define SHN_ABS 0xFFF1 macro
|
/third_party/elfutils/libasm/ |
D | asm_end.c | 211 ndx = SHN_ABS; in binary_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 658 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/ |
D | ELF.h | 808 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/ |
D | ELFObjectWriter.cpp | 654 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable() 730 ELF::SHN_ABS, true); in computeSymbolTable()
|
/third_party/elfutils/src/ |
D | nm.c | 884 if (sym->st_shndx == SHN_ABS) in class_type_char()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 364 #define SHN_ABS 0xfff1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 364 #define SHN_ABS 0xfff1 macro
|
/third_party/musl/include/ |
D | elf.h | 364 #define SHN_ABS 0xfff1 macro
|