/openbsd/libexec/ld.so/mips64/ |
H A D | archdep.h | 77 sp->st_shndx == SHN_COMMON) { \
|
H A D | rtld_machine.c | 206 } else if (symp->st_shndx == SHN_COMMON || in _dl_md_reloc_got()
|
/openbsd/lib/libc/gen/ |
H A D | nlist.c | 255 case SHN_COMMON: in __fdnlist()
|
/openbsd/usr.sbin/installboot/ |
H A D | i386_nlist.c | 264 case SHN_COMMON: in __elf_fdnlist()
|
/openbsd/usr.sbin/kvm_mkdb/ |
H A D | nlist.c | 196 case SHN_COMMON: in __elf_knlist()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 493 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 519 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */ macro
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 302 ENUM_TO_CSTR(SHN_COMMON); in sectionIndexToCString()
|
/openbsd/usr.bin/ctfconv/ |
H A D | ctfconv.c | 345 if (st->st_shndx == SHN_UNDEF || st->st_shndx == SHN_COMMON) in elf_sort()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-m32c.c | 609 && sym->st_shndx != SHN_COMMON)) in m32c_elf_gc_mark_hook() 1002 case SHN_COMMON: st_shndx_str = "SHN_COMMON"; in dump_symtab() 1168 else if (isym->st_shndx == SHN_COMMON) in m32c_elf_relax_plt_section()
|
H A D | elf32-crx.c | 781 else if (isym->st_shndx == SHN_COMMON) in elf32_crx_get_relocated_section_contents() 1030 else if (isym->st_shndx == SHN_COMMON) in elf32_crx_relax_section()
|
H A D | elf32-mt.c | 428 && sym->st_shndx != SHN_COMMON)) in mt_elf_gc_mark_hook()
|
H A D | elf-m10200.c | 569 else if (isym->st_shndx == SHN_COMMON) 1352 else if (isym->st_shndx == SHN_COMMON)
|
H A D | elf32-ip2k.c | 275 else if (isym->st_shndx == SHN_COMMON) in symbol_value() 1536 && sym->st_shndx != SHN_COMMON)) in ip2k_elf_gc_mark_hook()
|
H A D | elf-m10300.c | 1764 else if (isym->st_shndx == SHN_COMMON) 1876 else if (isym->st_shndx == SHN_COMMON) 2048 else if (isym->st_shndx == SHN_COMMON) 2288 else if (isym->st_shndx == SHN_COMMON) 3611 else if (isym->st_shndx == SHN_COMMON)
|
H A D | elf32-v850.c | 2108 if (sym->st_shndx == SHN_COMMON) in v850_elf_link_output_symbol_hook() 2663 else if (isym->st_shndx == SHN_COMMON) in v850_elf_relax_section() 2833 else if (isym->st_shndx == SHN_COMMON) in v850_elf_relax_section()
|
H A D | elf32-xstormy16.c | 627 else if (isym->st_shndx == SHN_COMMON) in xstormy16_elf_relax_section()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 582 case ELF::SHN_COMMON: in getSymbolAddress() 620 if ((*SymOrErr)->st_shndx == ELF::SHN_COMMON) in getSymbolAlignment() 771 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON) in getSymbolFlags()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf-m10200.c | 578 else if (isym->st_shndx == SHN_COMMON) 1361 else if (isym->st_shndx == SHN_COMMON)
|
H A D | elf32-ip2k.c | 333 else if (isym->st_shndx == SHN_COMMON) 1637 && sym->st_shndx != SHN_COMMON))
|
H A D | elf-m10300.c | 1926 else if (isym->st_shndx == SHN_COMMON) 2018 else if (isym->st_shndx == SHN_COMMON) 2200 else if (isym->st_shndx == SHN_COMMON) 2449 else if (isym->st_shndx == SHN_COMMON) 3760 else if (isym->st_shndx == SHN_COMMON)
|
H A D | elf32-v850.c | 2196 if (sym->st_shndx == SHN_COMMON) 2769 else if (isym->st_shndx == SHN_COMMON) 2939 else if (isym->st_shndx == SHN_COMMON)
|
/openbsd/libexec/ld.so/ |
H A D | dlfcn.c | 654 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx == SHN_COMMON) in dladdr()
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 242 #define SHN_COMMON 0xfff2 /* common symbol */ macro
|
/openbsd/usr.bin/nm/ |
H A D | elf.c | 258 case SHN_COMMON: in elf_shn2type()
|