Home
last modified time | relevance | path

Searched refs:SHN_ABS (Results 1 – 25 of 34) sorted by relevance

12

/third_party/elfutils/libebl/
Deblsectionname.c49 else if (section == SHN_ABS) in ebl_section_name()
/third_party/elfutils/tests/
Dasm-tst8.c146 if (sym->st_shndx != SHN_ABS) in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs32 pub(super) const SHN_ABS: u16 = 0xfff1; constant
Dvdso.rs275 || sym.st_shndx == SHN_ABS in sym()
/third_party/libunwind/src/
Delfxx.c133 if (sym->st_shndx != SHN_ABS) in elf_w()
213 if (sym->st_shndx != SHN_ABS) in elf_w()
/third_party/elfutils/libdwfl/
Ddwfl_module_getsym.c154 case SHN_ABS: /* XXX sometimes should use bias?? */ in __libdwfl_getsym()
Drelocate.c191 case SHN_ABS: in relocate_getsym()
298 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ in resolve_symbol()
Ddwfl_module_addrsym.c93 state->addr_shndx = SHN_ABS; in same_section()
Dderelocate.c274 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
/third_party/elfio/tests/
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
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()
DELFTypes.h216 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h186 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h186 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
/third_party/libabigail/src/
Dabg-symtab-reader.cc352 || (sym_type == STT_OBJECT && sym->st_shndx != SHN_ABS) in load_()
Dabg-elf-helpers.cc924 if (crc_section_index == SHN_ABS) in get_crc_for_symbol()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp460 #define SHN_ABS 0xFFF1 macro
/third_party/elfutils/libasm/
Dasm_end.c211 ndx = SHN_ABS; in binary_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
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/
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/
DELFObjectWriter.cpp654 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
730 ELF::SHN_ABS, true); in computeSymbolTable()
/third_party/elfutils/src/
Dnm.c884 if (sym->st_shndx == SHN_ABS) in class_type_char()
/third_party/musl/ndk_musl_include/
Delf.h364 #define SHN_ABS 0xfff1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h364 #define SHN_ABS 0xfff1 macro
/third_party/musl/include/
Delf.h364 #define SHN_ABS 0xfff1 macro

12