Symbol: SHT_SYMTAB
usr/src/boot/common/load_elf.c
589
if (shdr[i].sh_type != SHT_SYMTAB)
usr/src/boot/common/load_elf.c
621
case SHT_SYMTAB: /* Symbol table */
usr/src/boot/common/load_elf_obj.c
235
case SHT_SYMTAB:
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1292
symtabtype = SHT_SYMTAB;
usr/src/cmd/abi/appcert/static_prof/static_prof.c
731
(shdr->sh_type != SHT_SYMTAB))
usr/src/cmd/abi/appcert/static_prof/static_prof.c
766
if (shdr->sh_type == SHT_SYMTAB) {
usr/src/cmd/boot/symdef/symdef.c
93
((shdr.sh_type != SHT_SYMTAB) &&
usr/src/cmd/ctfmerge/ctfmerge.c
139
} else if (shdr.sh_type == SHT_SYMTAB) {
usr/src/cmd/dis/dis_target.c
149
else if (scn->ds_shdr.sh_type == SHT_SYMTAB)
usr/src/cmd/file/elf_read.c
575
(shdr->sh_type == SHT_SYMTAB)) {
usr/src/cmd/lockstat/sym.c
157
if (shdr->sh_type == SHT_SYMTAB) {
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
1525
mdb_gelf_symtab_create_file(kt->k_file, SHT_SYMTAB, MDB_TGT_SYMTAB);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
172
SHT_SYMTAB, MDB_TGT_SYMTAB);
usr/src/cmd/mdb/common/modules/krtld/krtld.c
189
{ "SHT_SYMTAB", 0xffffffff, SHT_SYMTAB },
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1013
shp->sh_type = SHT_SYMTAB;
usr/src/cmd/sgs/ar/common/file.c
670
if (shdr.sh_type == SHT_SYMTAB) {
usr/src/cmd/sgs/demo_rdb/common/maps.c
327
case SHT_SYMTAB:
usr/src/cmd/sgs/dump/common/dump.c
1492
if (shdr.sh_type == SHT_SYMTAB) {
usr/src/cmd/sgs/dump/common/dump.c
1703
if (buffer->p_shdr.sh_type == SHT_SYMTAB) {
usr/src/cmd/sgs/dump/common/dump.c
815
if (head_scns->p_shdr.sh_type == SHT_SYMTAB) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
1442
if ((sshdr->sh_type != SHT_SYMTAB) &&
usr/src/cmd/sgs/elfdump/common/elfdump.c
2508
if ((shdr->sh_type != SHT_SYMTAB) &&
usr/src/cmd/sgs/elfdump/common/elfdump.c
3086
GRAB(SHT_SYMTAB, symtab);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4437
if (type == SHT_SYMTAB) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
5252
case SHT_SYMTAB:
usr/src/cmd/sgs/elfedit/common/elfconst.c
98
{ MSG_ORIG(MSG_SHT_SYMTAB), SHT_SYMTAB },
usr/src/cmd/sgs/elfedit/common/elfconst.c
99
{ MSG_ORIG(MSG_SHT_SYMTAB_ALT1), SHT_SYMTAB },
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
191
case SHT_SYMTAB:
usr/src/cmd/sgs/elfedit/common/util_machelf.c
510
case SHT_SYMTAB:
usr/src/cmd/sgs/elfedit/modules/common/str.c
165
case SHT_SYMTAB:
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
328
case SHT_SYMTAB:
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
413
if (shdr->sh_type == SHT_SYMTAB) {
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
55
{ MSG_ORIG(MSG_SCN_SYMTAB), SHT_SYMTAB, 0 },
usr/src/cmd/sgs/gprof/common/readelf.c
484
case SHT_SYMTAB:
usr/src/cmd/sgs/libconv/common/sections.c
433
{ SHT_SYMTAB, 0, 0, MSG_SHT_SYMTAB_CF },
usr/src/cmd/sgs/libconv/common/sections.c
441
{ SHT_SYMTAB, 0, 0, MSG_SHT_SYMTAB_NF },
usr/src/cmd/sgs/libelf/demo/dispsyms.c
100
if ((shdr.sh_type != SHT_SYMTAB) &&
usr/src/cmd/sgs/libelf/misc/nlist.c
81
if (s_buf.sh_type != SHT_SYMTAB) /* not symbol table */
usr/src/cmd/sgs/libld/common/files.c
1735
if ((isp == NULL) || ((isp->is_shdr->sh_type != SHT_SYMTAB) &&
usr/src/cmd/sgs/libld/common/files.c
1757
if ((isp == NULL) || ((isp->is_shdr->sh_type != SHT_SYMTAB) &&
usr/src/cmd/sgs/libld/common/files.c
2485
if (shdr->sh_type == SHT_SYMTAB || shdr->sh_type == SHT_DYNSYM)
usr/src/cmd/sgs/libld/common/libs.c
89
if ((shdr->sh_type == SHT_SYMTAB) ||
usr/src/cmd/sgs/libld/common/map.c
639
enp->ec_type = SHT_SYMTAB;
usr/src/cmd/sgs/libld/common/sections.c
2056
if (new_section(ofl, SHT_SYMTAB, MSG_ORIG(MSG_SCN_SYMTAB), 0,
usr/src/cmd/sgs/libld/common/sections.c
483
case SHT_SYMTAB:
usr/src/cmd/sgs/librtld/common/dldump.c
818
if ((shdr->sh_type == SHT_SYMTAB) ||
usr/src/cmd/sgs/link_audit/common/who.c
178
if (shdr->sh_type != SHT_SYMTAB)
usr/src/cmd/sgs/mcs/common/file.c
486
if (shdr->sh_type == SHT_SYMTAB &&
usr/src/cmd/sgs/mcs/common/file.c
834
if (((src_shdr.sh_type == SHT_SYMTAB) ||
usr/src/cmd/sgs/mcs/common/file.c
871
SHT_SYMTAB) {
usr/src/cmd/sgs/nm/common/nm.c
617
symtabtype = SHT_SYMTAB;
usr/src/cmd/sgs/pvs/common/pvs.c
1206
case SHT_SYMTAB:
usr/src/lib/libctf/common/ctf_convert.c
53
if (shdr.sh_type == SHT_SYMTAB)
usr/src/lib/libctf/common/ctf_dwarf.c
3399
if (shdr.sh_type == SHT_SYMTAB)
usr/src/lib/libctf/common/ctf_elfwrite.c
232
if (shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) {
usr/src/lib/libctf/common/ctf_lib.c
610
} else if (shp->sh_type == SHT_SYMTAB) {
usr/src/lib/libdtrace/common/dt_link.c
531
shp->sh_type = SHT_SYMTAB;
usr/src/lib/libdtrace/common/dt_link.c
668
shp->sh_type = SHT_SYMTAB;
usr/src/lib/libdtrace/common/dt_module.c
710
dmp->dm_symtab.cts_type = SHT_SYMTAB;
usr/src/lib/libdwarf/common/dwarf_elf_defines.h
60
#ifndef SHT_SYMTAB
usr/src/lib/libm/common/m9x/__fex_sym.c
162
if (sh[i].sh_type == SHT_SYMTAB)
usr/src/lib/libproc/common/Pcore.c
1540
b->shdr[1].sh_type = SHT_SYMTAB;
usr/src/lib/libproc/common/Pcore.c
1606
b->shdr[1].sh_type = SHT_SYMTAB;
usr/src/lib/libproc/common/Pgcore.c
705
uint_t symtype = dynsym ? SHT_DYNSYM : SHT_SYMTAB;
usr/src/lib/libproc/common/Psymtab.c
1731
if (symshdr.sh_type != SHT_SYMTAB)
usr/src/lib/libproc/common/Psymtab.c
2009
if (shp->sh_type == SHT_SYMTAB || shp->sh_type == SHT_DYNSYM) {
usr/src/lib/libproc/common/Psymtab.c
2010
sym_tbl_t *symp = shp->sh_type == SHT_SYMTAB ?
usr/src/lib/libproc/common/Psymtab.c
2065
cache[shp->sh_link].c_shdr.sh_type != SHT_SYMTAB)) {
usr/src/lib/libsaveargs/tests/dump/dump.c
70
if (stabshdr.sh_type == SHT_SYMTAB) {
usr/src/psm/stand/boot/common/readfile.c
1045
sp->sh_type != SHT_SYMTAB &&
usr/src/psm/stand/boot/common/readfile.c
1192
sp->sh_type != SHT_SYMTAB &&
usr/src/test/util-tests/tests/ctf/check-merge-static.c
181
if (symhdr.sh_type == SHT_SYMTAB) {
usr/src/ucblib/libucb/port/gen/nlist.c
188
if (symhdr->sh_type == SHT_SYMTAB)
usr/src/ucblib/libucb/port/gen/nlist.c
191
if ((symhdr->sh_type != SHT_SYMTAB) ||
usr/src/uts/common/ctf/ctf_mod.c
145
symsect.cts_type = SHT_SYMTAB;
usr/src/uts/common/exec/elf/elf.c
1800
symchk->sh_type != SHT_SYMTAB) ||
usr/src/uts/common/fs/objfs/objfs_data.c
145
SECT_SYMTAB(".symtab", SHT_SYMTAB, 0),
usr/src/uts/common/krtld/kobj.c
1631
mp->symhdr->sh_type = SHT_SYMTAB;
usr/src/uts/common/krtld/kobj.c
2556
case SHT_SYMTAB:
usr/src/uts/common/krtld/kobj.c
739
mp->symhdr->sh_type = SHT_SYMTAB;
usr/src/uts/common/krtld/kobj.c
949
if (shp->sh_type == SHT_SYMTAB) {
usr/src/uts/common/os/ksyms_snapshot.c
167
shp->sh_type = SHT_SYMTAB;
usr/src/uts/i86xpv/os/xpv_panic.c
875
if (shp->sh_type == SHT_SYMTAB) {