Home
last modified time | relevance | path

Searched refs:SHN_COMMON (Results 1 – 25 of 76) sorted by relevance

1234

/openbsd/libexec/ld.so/mips64/
H A Darchdep.h77 sp->st_shndx == SHN_COMMON) { \
H A Drtld_machine.c206 } else if (symp->st_shndx == SHN_COMMON || in _dl_md_reloc_got()
/openbsd/lib/libc/gen/
H A Dnlist.c255 case SHN_COMMON: in __fdnlist()
/openbsd/usr.sbin/installboot/
H A Di386_nlist.c264 case SHN_COMMON: in __elf_fdnlist()
/openbsd/usr.sbin/kvm_mkdb/
H A Dnlist.c196 case SHN_COMMON: in __elf_knlist()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h493 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h519 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */ macro
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp302 ENUM_TO_CSTR(SHN_COMMON); in sectionIndexToCString()
/openbsd/usr.bin/ctfconv/
H A Dctfconv.c345 if (st->st_shndx == SHN_UNDEF || st->st_shndx == SHN_COMMON) in elf_sort()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m32c.c609 && 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 Delf32-crx.c781 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 Delf32-mt.c428 && sym->st_shndx != SHN_COMMON)) in mt_elf_gc_mark_hook()
H A Delf-m10200.c569 else if (isym->st_shndx == SHN_COMMON)
1352 else if (isym->st_shndx == SHN_COMMON)
H A Delf32-ip2k.c275 else if (isym->st_shndx == SHN_COMMON) in symbol_value()
1536 && sym->st_shndx != SHN_COMMON)) in ip2k_elf_gc_mark_hook()
H A Delf-m10300.c1764 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 Delf32-v850.c2108 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 Delf32-xstormy16.c627 else if (isym->st_shndx == SHN_COMMON) in xstormy16_elf_relax_section()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h582 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 Delf-m10200.c578 else if (isym->st_shndx == SHN_COMMON)
1361 else if (isym->st_shndx == SHN_COMMON)
H A Delf32-ip2k.c333 else if (isym->st_shndx == SHN_COMMON)
1637 && sym->st_shndx != SHN_COMMON))
H A Delf-m10300.c1926 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 Delf32-v850.c2196 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 Ddlfcn.c654 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx == SHN_COMMON) in dladdr()
/openbsd/sys/sys/
H A Dexec_elf.h242 #define SHN_COMMON 0xfff2 /* common symbol */ macro
/openbsd/usr.bin/nm/
H A Delf.c258 case SHN_COMMON: in elf_shn2type()

1234