| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/common/ |
| D | symbol.c | 58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS && in ignore_symbol()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_vdso.c | 210 sym->st_shndx == SHN_ABS) in __elfN()
|
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | binary.c | 242 add_to_symtab(ecp, name, data_size, 0, SHN_ABS, in create_elf_from_binary()
|
| D | ascii.c | 348 add_to_symtab(ecp, name, st_value, 0, SHN_ABS, in create_elf_from_srec()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | mipsread.c | 411 else if (sym_shndx == SHN_ABS) in read_alphacoff_dynamic_symtab()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | nlist.c | 383 case SHN_ABS: in elf_sym_to_nlist()
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | common.h | 523 #define SHN_ABS 0xFFF1 /* Associated symbol is absolute */ macro
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ELFHeader.cpp | 295 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
|
| D | ObjectFileELF.cpp | 2024 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/ |
| D | elf32-cr16.c | 984 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()
|
| D | elf64-sparc.c | 588 sym.st_shndx == SHN_ABS in elf64_sparc_output_arch_syms()
|
| D | elf32-score.c | 3267 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()
|
| D | elfxx-mips.c | 5748 && (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/ |
| D | ELFObjectFile.h | 540 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()
|
| D | ELFTypes.h | 247 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | ELFObjectWriter.cpp | 653 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/ |
| D | elf_common.h | 402 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
|
| /freebsd-12-stable/libexec/rtld-elf/mips/ |
| D | reloc.c | 439 if (sym->st_shndx != SHN_ABS) { in reloc_non_plt()
|
| /freebsd-12-stable/contrib/elftoolchain/nm/ |
| D | nm.c | 716 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/ |
| D | ELF.h | 901 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_link.c | 1607 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/ |
| D | ELFObjcopy.cpp | 554 Sec ? (uint16_t)SYMBOL_SIMPLE_INDEX : (uint16_t)SHN_ABS, 0); in addSymbol()
|
| D | Object.h | 613 SYMBOL_ABS = ELF::SHN_ABS,
|
| /freebsd-12-stable/sys/cddl/dev/fbt/ |
| D | fbt.c | 382 (symp->st_shndx == SHN_ABS && symp->st_value == 0)) { in fbt_ctfoff_init()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_open.c | 153 (gsp->st_shndx == SHN_ABS && gsp->st_value == 0)) { in init_symtab()
|