| /netbsd/src/sys/arch/atari/stand/tostools/libtos/ |
| D | elf.c | 124 if ((shdr.sh_type == SHT_SYMTAB) || (shdr.sh_type == SHT_STRTAB)) in elf_load() 186 if (shp[i].sh_type == SHT_SYMTAB) { in elf_load()
|
| D | exec_elf.h | 329 #define SHT_SYMTAB 2 /* Symbol table */ macro
|
| /netbsd/src/sys/arch/zaurus/stand/zbsdmod/ |
| D | zbsdmod.c | 188 if (shp[i].sh_type == SHT_SYMTAB) in elf32bsdboot() 191 if (shp[i].sh_type == SHT_SYMTAB || in elf32bsdboot()
|
| /netbsd/src/sys/ddb/ |
| D | db_elf.c | 162 if (shp[i].sh_type == SHT_SYMTAB) { in db_elf_sym_init() 230 if (shp[i].sh_type == SHT_SYMTAB) in db_elf_find_strtab()
|
| /netbsd/src/sys/lib/libsa/ |
| D | loadfile_elf32.c | 451 if (shdr[j].sh_type == SHT_SYMTAB && in ELFNAMEEND() 465 case SHT_SYMTAB: in ELFNAMEEND() 591 if (shp[j].sh_type == SHT_SYMTAB && in ELFNAMEEND() 601 case SHT_SYMTAB: in ELFNAMEEND()
|
| D | lookup_elf32.c | 70 if (shp[i].sh_type != SHT_SYMTAB) in ELFNAMEEND()
|
| /netbsd/src/sys/arch/sun3/sun3x/ |
| D | locore2.c | 121 if (shp[i].sh_type != SHT_SYMTAB && in _save_symtab()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | jit-elf-util.h | 60 if (shdr[i].sh_type == SHT_SYMTAB) in load_symbol()
|
| /netbsd/src/sys/arch/sun2/sun2/ |
| D | locore2.c | 137 if (shp[i].sh_type != SHT_SYMTAB && in _save_symtab()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/ctf/ |
| D | ctf_mod.c | 138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
|
| /netbsd/src/sys/arch/sun3/sun3/ |
| D | locore2.c | 141 if (shp[i].sh_type != SHT_SYMTAB && in _save_symtab()
|
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | ELF.h | 163 SHT_SYMTAB = 2, enumerator
|
| /netbsd/src/usr.sbin/lockstat/ |
| D | elf32.c | 133 if (symhdr.sh_type == SHT_SYMTAB) in NAME()
|
| /netbsd/src/usr.sbin/tprof/ |
| D | ksyms.c | 99 if (sh->sh_type == SHT_SYMTAB) { in ksymload()
|
| /netbsd/src/lib/libexecinfo/ |
| D | symtab.c | 130 if(shdr.sh_type != SHT_SYMTAB) in symtab_create()
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | output.c | 489 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB; in write_file() 531 } else if (dynsym && shdr1.sh_type == SHT_SYMTAB) { in write_file()
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | exec_multiboot1.c | 95 if (shtype != SHT_SYMTAB && shtype != SHT_STRTAB) in ksyms_addr_set()
|
| /netbsd/src/lib/libc/gen/ |
| D | nlist_elf32.c | 250 if (shdrp[i].sh_type == SHT_SYMTAB) { in ELFNAMEEND()
|
| /netbsd/src/usr.bin/crunch/crunchide/ |
| D | exec_elf32.c | 209 case SHT_SYMTAB: in ELFNAMEEND()
|
| /netbsd/src/usr.sbin/kvm_mkdb/ |
| D | nlist_elf32.c | 216 if (shdrp[i].sh_type == SHT_SYMTAB) {
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | readelf.h | 143 #define SHT_SYMTAB 2 macro
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | binary.cc | 222 elfcpp::SHT_SYMTAB, in sized_convert()
|
| /netbsd/src/sys/arch/hpcmips/stand/pbsdboot/ |
| D | elf.c | 246 if (shtbl[i].sh_type == SHT_SYMTAB) { in scanfile()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | simple-object-elf.c | 196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro 1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections() 1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | simple-object-elf.c | 196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro 1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections() 1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
|