Home
last modified time | relevance | path

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

12

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/common/
Dsymbol.c58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS && in ignore_symbol()
/freebsd-12-stable/sys/compat/linux/
Dlinux_vdso.c210 sym->st_shndx == SHN_ABS) in __elfN()
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
Dbinary.c242 add_to_symtab(ecp, name, data_size, 0, SHN_ABS, in create_elf_from_binary()
Dascii.c348 add_to_symtab(ecp, name, st_value, 0, SHN_ABS, in create_elf_from_srec()
/freebsd-12-stable/contrib/gdb/gdb/
Dmipsread.c411 else if (sym_shndx == SHN_ABS) in read_alphacoff_dynamic_symtab()
/freebsd-12-stable/lib/libc/gen/
Dnlist.c383 case SHN_ABS: in elf_sym_to_nlist()
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h523 #define SHN_ABS 0xFFF1 /* Associated symbol is absolute */ macro
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp295 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
DObjectFileELF.cpp2024 case SHN_ABS: in ParseSymbols()
2196 if (symbol_section_sp == nullptr && shndx == SHN_ABS && in ParseSymbols()
2205 std::make_shared<Section>(module_sp, this, SHN_ABS, fake_section_name, in ParseSymbols()
/freebsd-12-stable/contrib/binutils/bfd/
Delf32-cr16.c984 else if (isym->st_shndx == SHN_ABS) in elf32_cr16_get_relocated_section_contents()
1107 else if (isym->st_shndx == SHN_ABS) in elf32_cr16_relax_section()
Delf64-sparc.c588 sym.st_shndx == SHN_ABS in elf64_sparc_output_arch_syms()
Delf32-score.c3267 sym->st_shndx = SHN_ABS; in _bfd_score_elf_finish_dynamic_symbol()
3270 sym->st_shndx = SHN_ABS; in _bfd_score_elf_finish_dynamic_symbol()
3276 sym->st_shndx = SHN_ABS; in _bfd_score_elf_finish_dynamic_symbol()
Delfxx-mips.c5748 && (sym->st_shndx == SHN_ABS) in _bfd_mips_elf_add_symbol_hook()
6845 else if (isym->st_shndx == SHN_ABS) in _bfd_mips_relax_section()
8328 sym->st_shndx = SHN_ABS; in _bfd_mips_elf_finish_dynamic_symbol()
8332 sym->st_shndx = SHN_ABS; in _bfd_mips_elf_finish_dynamic_symbol()
8338 sym->st_shndx = SHN_ABS; in _bfd_mips_elf_finish_dynamic_symbol()
8357 sym->st_shndx = SHN_ABS; in _bfd_mips_elf_finish_dynamic_symbol()
8359 else if (sym->st_shndx != SHN_UNDEF && sym->st_shndx != SHN_ABS) in _bfd_mips_elf_finish_dynamic_symbol()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DELFObjectFile.h540 if ((*SymOrErr)->st_shndx == ELF::SHN_ABS) in getSymbolValueImpl()
568 case ELF::SHN_ABS: in getSymbolAddress()
695 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
DELFTypes.h247 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp653 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
732 ELF::SHN_ABS, true); in computeSymbolTable()
745 ELF::SHN_ABS, true); in computeSymbolTable()
/freebsd-12-stable/sys/sys/
Delf_common.h402 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
/freebsd-12-stable/libexec/rtld-elf/mips/
Dreloc.c439 if (sym->st_shndx != SHN_ABS) { in reloc_non_plt()
/freebsd-12-stable/contrib/elftoolchain/nm/
Dnm.c716 if (sym->st_shndx == SHN_ABS) /* absolute */ in get_sym_type()
1938 case SHN_ABS: in sym_list_print_each()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h901 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_link.c1607 if (rsym.st_shndx != SHN_ABS) { in process_obj()
1609 rsym.st_shndx = SHN_ABS; in process_obj()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp554 Sec ? (uint16_t)SYMBOL_SIMPLE_INDEX : (uint16_t)SHN_ABS, 0); in addSymbol()
DObject.h613 SYMBOL_ABS = ELF::SHN_ABS,
/freebsd-12-stable/sys/cddl/dev/fbt/
Dfbt.c382 (symp->st_shndx == SHN_ABS && symp->st_value == 0)) { in fbt_ctfoff_init()
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_open.c153 (gsp->st_shndx == SHN_ABS && gsp->st_value == 0)) { in init_symtab()

12