/openbsd/lib/libc/gen/ |
H A D | nlist.c | 252 case SHN_ABS: in __fdnlist()
|
/openbsd/usr.sbin/installboot/ |
H A D | i386_nlist.c | 261 case SHN_ABS: in __elf_fdnlist()
|
/openbsd/usr.sbin/kvm_mkdb/ |
H A D | nlist.c | 193 case SHN_ABS: in __elf_knlist()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | mipsread.c | 389 else if (sym_shndx == SHN_ABS) in read_alphacoff_dynamic_symtab()
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | db_interface.c | 118 if (symp->st_shndx != SHN_ABS) in db_machine_init()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 492 #define SHN_ABS 0xFFF1 /* Associated symbol is absolute */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 518 #define SHN_ABS 0xFFF1 /* Associated symbol is absolute */ macro
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 301 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-crx.c | 779 else if (isym->st_shndx == SHN_ABS) in elf32_crx_get_relocated_section_contents() 1028 else if (isym->st_shndx == SHN_ABS) in elf32_crx_relax_section()
|
H A D | elf-m10300.c | 1762 else if (isym->st_shndx == SHN_ABS) 1874 else if (isym->st_shndx == SHN_ABS) 2046 else if (isym->st_shndx == SHN_ABS) 2286 else if (isym->st_shndx == SHN_ABS) 3609 else if (isym->st_shndx == SHN_ABS) 4508 sym->st_shndx = SHN_ABS;
|
H A D | elf-m10200.c | 567 else if (isym->st_shndx == SHN_ABS) 1350 else if (isym->st_shndx == SHN_ABS)
|
H A D | elf32-m32c.c | 1001 case SHN_ABS: st_shndx_str = "SHN_ABS"; in dump_symtab() 1166 else if (isym->st_shndx == SHN_ABS) in m32c_elf_relax_plt_section()
|
H A D | elf32-xstormy16.c | 625 else if (isym->st_shndx == SHN_ABS) in xstormy16_elf_relax_section()
|
H A D | elf64-sparc.c | 588 sym.st_shndx == SHN_ABS in elf64_sparc_output_arch_syms()
|
H A D | elf32-msp430.c | 1017 else if (isym->st_shndx == SHN_ABS) in msp430_elf_relax_section()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 682 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable() 761 ELF::SHN_ABS, true); in computeSymbolTable() 774 ELF::SHN_ABS, true); in computeSymbolTable()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 556 if ((*SymOrErr)->st_shndx == ELF::SHN_ABS) in getSymbolValueImpl() 584 case ELF::SHN_ABS: in getSymbolAddress() 711 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
|
H A D | ELFTypes.h | 245 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf-m10200.c | 576 else if (isym->st_shndx == SHN_ABS) 1359 else if (isym->st_shndx == SHN_ABS)
|
H A D | elf-m10300.c | 1924 else if (isym->st_shndx == SHN_ABS) 2016 else if (isym->st_shndx == SHN_ABS) 2198 else if (isym->st_shndx == SHN_ABS) 2447 else if (isym->st_shndx == SHN_ABS) 3758 else if (isym->st_shndx == SHN_ABS) 4697 sym->st_shndx = SHN_ABS;
|
H A D | elf32-xstormy16.c | 672 else if (isym->st_shndx == SHN_ABS)
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 241 #define SHN_ABS 0xfff1 /* absolute value */ macro
|
/openbsd/usr.bin/nm/ |
H A D | elf.c | 245 case SHN_ABS: in elf_shn2type()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 986 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 580 Sec ? (uint16_t)SYMBOL_SIMPLE_INDEX : (uint16_t)SHN_ABS, 0); in addSymbol()
|