Symbol: SHT_SYMTAB
lib/libc/gen/nlist.c
139
if (shdr[i].sh_type == SHT_SYMTAB) {
lib/libelf/libelf_data.c
70
case SHT_SYMTAB:
sys/arch/amd64/amd64/kexec.c
166
if (shp[i].sh_type == SHT_SYMTAB ||
sys/arch/amd64/amd64/kexec.c
227
if (shp[i].sh_type == SHT_SYMTAB ||
sys/arch/octeon/dev/octboot.c
210
if (sh[i].sh_type == SHT_SYMTAB) {
sys/arch/octeon/dev/octboot.c
246
sh[i].sh_type == SHT_SYMTAB ||
sys/arch/powerpc64/dev/kexec.c
199
if (shp[i].sh_type == SHT_SYMTAB ||
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
215
if (shp->sh_type != SHT_SYMTAB
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
252
if (shp->sh_type == SHT_SYMTAB
sys/ddb/db_elf.c
117
if (shp[i].sh_type == SHT_SYMTAB) {
sys/ddb/db_elf.c
198
if (shp[i].sh_type == SHT_SYMTAB)
sys/dev/ksyms.c
88
if (shdr[i].sh_type == SHT_SYMTAB) {
sys/lib/libsa/loadfile_elf.c
229
if (shp[i].sh_type == SHT_SYMTAB)
sys/lib/libsa/loadfile_elf.c
233
if (shp[i].sh_type == SHT_SYMTAB ||
usr.bin/ctfconv/elf.c
132
if (sh->sh_type != SHT_SYMTAB)
usr.bin/ctfdump/ctfdump.c
239
shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) {
usr.bin/gprof/elf.c
85
if (shdrs[i].sh_type == SHT_SYMTAB)
usr.sbin/btrace/ksyms.c
153
shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) {
usr.sbin/installboot/i386_nlist.c
147
if (shdr[i].sh_type == SHT_SYMTAB) {
usr.sbin/kvm_mkdb/nlist.c
110
if (sh[j].sh_type == SHT_SYMTAB &&
usr.sbin/kvm_mkdb/nlist.c
115
} else if (sh[i].sh_type == SHT_SYMTAB) {
usr.sbin/mkuboot/copy_elf.c
109
if (letoh32(shp[i].sh_type) == SHT_SYMTAB ||
usr.sbin/mkuboot/copy_elf.c
248
if (letoh32(shp[i].sh_type) == SHT_SYMTAB)
usr.sbin/mkuboot/copy_elf.c
265
if (letoh32(shp[i].sh_type) == SHT_SYMTAB ||
usr.sbin/rdsetroot/rdsetroot.c
127
shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) {
usr.sbin/vmd/loadfile_elf.c
747
if (shp[i].sh_type == SHT_SYMTAB)
usr.sbin/vmd/loadfile_elf.c
751
if (shp[i].sh_type == SHT_SYMTAB ||
usr.sbin/vmd/loadfile_elf.c
965
if (shp[i].sh_type == SHT_SYMTAB)
usr.sbin/vmd/loadfile_elf.c
969
if (shp[i].sh_type == SHT_SYMTAB ||