Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd/src/sys/arch/atari/stand/tostools/libtos/
Delf.c124 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()
Dexec_elf.h329 #define SHT_SYMTAB 2 /* Symbol table */ macro
/netbsd/src/sys/arch/zaurus/stand/zbsdmod/
Dzbsdmod.c188 if (shp[i].sh_type == SHT_SYMTAB) in elf32bsdboot()
191 if (shp[i].sh_type == SHT_SYMTAB || in elf32bsdboot()
/netbsd/src/sys/ddb/
Ddb_elf.c162 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/
Dloadfile_elf32.c451 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()
Dlookup_elf32.c70 if (shp[i].sh_type != SHT_SYMTAB) in ELFNAMEEND()
/netbsd/src/sys/arch/sun3/sun3x/
Dlocore2.c121 if (shp[i].sh_type != SHT_SYMTAB && in _save_symtab()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Djit-elf-util.h60 if (shdr[i].sh_type == SHT_SYMTAB) in load_symbol()
/netbsd/src/sys/arch/sun2/sun2/
Dlocore2.c137 if (shp[i].sh_type != SHT_SYMTAB && in _save_symtab()
/netbsd/src/external/cddl/osnet/dist/uts/common/ctf/
Dctf_mod.c138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
/netbsd/src/sys/arch/sun3/sun3/
Dlocore2.c141 if (shp[i].sh_type != SHT_SYMTAB && in _save_symtab()
/netbsd/src/external/bsd/elftosb/dist/common/
DELF.h163 SHT_SYMTAB = 2, enumerator
/netbsd/src/usr.sbin/lockstat/
Delf32.c133 if (symhdr.sh_type == SHT_SYMTAB) in NAME()
/netbsd/src/usr.sbin/tprof/
Dksyms.c99 if (sh->sh_type == SHT_SYMTAB) { in ksymload()
/netbsd/src/lib/libexecinfo/
Dsymtab.c130 if(shdr.sh_type != SHT_SYMTAB) in symtab_create()
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Doutput.c489 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/
Dexec_multiboot1.c95 if (shtype != SHT_SYMTAB && shtype != SHT_STRTAB) in ksyms_addr_set()
/netbsd/src/lib/libc/gen/
Dnlist_elf32.c250 if (shdrp[i].sh_type == SHT_SYMTAB) { in ELFNAMEEND()
/netbsd/src/usr.bin/crunch/crunchide/
Dexec_elf32.c209 case SHT_SYMTAB: in ELFNAMEEND()
/netbsd/src/usr.sbin/kvm_mkdb/
Dnlist_elf32.c216 if (shdrp[i].sh_type == SHT_SYMTAB) {
/netbsd/src/external/bsd/file/dist/src/
Dreadelf.h143 #define SHT_SYMTAB 2 macro
/netbsd/src/external/gpl3/binutils/dist/gold/
Dbinary.cc222 elfcpp::SHT_SYMTAB, in sized_convert()
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Delf.c246 if (shtbl[i].sh_type == SHT_SYMTAB) { in scanfile()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsimple-object-elf.c196 #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/
Dsimple-object-elf.c196 #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()

1234