Symbol: SHT_STRTAB
usr/src/boot/common/load_elf.c
624
case SHT_STRTAB: /* String table */
usr/src/boot/common/load_elf_obj.c
254
shdr[symstrindex].sh_type != SHT_STRTAB) {
usr/src/boot/common/load_elf_obj.c
265
shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1276
scnfd = get_scnfd(elf_file, ehdr->e_shstrndx, SHT_STRTAB);
usr/src/cmd/mdb/common/modules/krtld/krtld.c
190
{ "SHT_STRTAB", 0xffffffff, SHT_STRTAB },
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1025
shp->sh_type = SHT_STRTAB;
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1035
shp->sh_type = SHT_STRTAB;
usr/src/cmd/sgs/ar/common/file.c
1471
if (str_shtype != SHT_STRTAB) {
usr/src/cmd/sgs/dump/common/dump.c
1500
if (shdr.sh_type == SHT_STRTAB) {
usr/src/cmd/sgs/dump/common/dump.c
921
if (s->p_shdr.sh_type != SHT_STRTAB)
usr/src/cmd/sgs/elfdump/common/elfdump.c
1475
if (strshdr->sh_type != SHT_STRTAB) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
230
if (strsec->c_shdr->sh_type != SHT_STRTAB) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
3397
TEST_ADDR(SHT_STRTAB, dynstr);
usr/src/cmd/sgs/elfdump/common/elfdump.c
3401
TEST_SIZE(SHT_STRTAB, dynstr);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4916
if ((_cache->c_shdr->sh_type == SHT_STRTAB) &&
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
183
{ MSG_ORIG(MSG_PHDRNAM_DYNSTR), SHT_STRTAB, SHF_ALLOC,
usr/src/cmd/sgs/elfedit/common/elfconst.c
87
{ MSG_ORIG(MSG_SHT_STRTAB), SHT_STRTAB },
usr/src/cmd/sgs/elfedit/common/elfconst.c
88
{ MSG_ORIG(MSG_SHT_STRTAB_ALT1), SHT_STRTAB },
usr/src/cmd/sgs/elfedit/common/util_machelf.c
1157
if (strsec->sec_shdr->sh_type != SHT_STRTAB)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
774
if (strsec->sec_shdr->sh_type == SHT_STRTAB) {
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
1139
SHT_STRTAB))
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
1503
if (sec->sec_shdr->sh_type != SHT_STRTAB)
usr/src/cmd/sgs/elfedit/modules/common/str.c
153
if (sh_type == SHT_STRTAB)
usr/src/cmd/sgs/elfedit/modules/common/str.c
892
(obj_state->os_secarr[strtab_ndx].sec_shdr->sh_type != SHT_STRTAB))
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
339
case SHT_STRTAB:
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
416
} else if (shdr->sh_type == SHT_STRTAB) {
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
56
{ MSG_ORIG(MSG_SCN_STRTAB), SHT_STRTAB, SHF_STRINGS},
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
57
{ MSG_ORIG(MSG_SCN_SHSTRTAB), SHT_STRTAB, SHF_STRINGS},
usr/src/cmd/sgs/libelf/common/strptr.c
52
if ((sh == 0) || (sh->sh_type != SHT_STRTAB)) {
usr/src/cmd/sgs/libelf/common/strptr.c
60
if ((sh == 0) || (sh->sh_type != SHT_STRTAB)) {
usr/src/cmd/sgs/libld/common/map.c
645
enp->ec_type = SHT_STRTAB;
usr/src/cmd/sgs/libld/common/sections.c
2310
if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_SHSTRTAB),
usr/src/cmd/sgs/libld/common/sections.c
2354
if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_STRTAB),
usr/src/cmd/sgs/libld/common/sections.c
2428
if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_DYNSTR),
usr/src/cmd/sgs/libld/common/sections.c
496
case SHT_STRTAB:
usr/src/cmd/sgs/librtld/common/dldump.c
400
if ((shdr->sh_type == SHT_STRTAB) &&
usr/src/cmd/sgs/mcs/common/file.c
976
(dst_shdr.sh_type == SHT_STRTAB) &&
usr/src/cmd/sgs/nm/common/nm.c
596
scnfd = get_scnfd(elf_file, shstrndx, SHT_STRTAB);
usr/src/lib/libdtrace/common/dt_link.c
504
shp->sh_type = SHT_STRTAB;
usr/src/lib/libdtrace/common/dt_link.c
522
shp->sh_type = SHT_STRTAB;
usr/src/lib/libdtrace/common/dt_link.c
641
shp->sh_type = SHT_STRTAB;
usr/src/lib/libdtrace/common/dt_link.c
659
shp->sh_type = SHT_STRTAB;
usr/src/lib/libdtrace/common/dt_module.c
719
dmp->dm_strtab.cts_type = SHT_STRTAB;
usr/src/lib/libdwarf/common/dwarf_elf_defines.h
63
#ifndef SHT_STRTAB
usr/src/lib/libelfsign/common/elfsignlib.c
950
while ((data = (shdr.sh_type == SHT_STRTAB ?
usr/src/lib/libm/common/m9x/__fex_sym.c
168
sh[sh[i].sh_link].sh_type != SHT_STRTAB ||
usr/src/lib/libproc/common/Pcore.c
1558
b->shdr[2].sh_type = SHT_STRTAB;
usr/src/lib/libproc/common/Pcore.c
1623
b->shdr[2].sh_type = SHT_STRTAB;
usr/src/lib/libproc/common/Pgcore.c
1053
shdr.sh_type = SHT_STRTAB;
usr/src/lib/libproc/common/Pgcore.c
1073
shdr.sh_type = SHT_STRTAB;
usr/src/lib/libproc/common/Pgcore.c
729
if (write_shdr(pgc, shstrtab_data[strname], SHT_STRTAB, SHF_STRINGS,
usr/src/lib/libproc/common/Psymtab_machelf32.c
494
sp->sh_type = SHT_STRTAB;
usr/src/lib/libproc/common/Psymtab_machelf32.c
567
sp->sh_type = SHT_STRTAB;
usr/src/psm/stand/boot/common/readfile.c
1046
sp->sh_type != SHT_STRTAB)
usr/src/psm/stand/boot/common/readfile.c
1193
sp->sh_type != SHT_STRTAB &&
usr/src/test/os-tests/tests/cores/secmapper/secmapper.c
372
if (shdr.sh_type == SHT_STRTAB) {
usr/src/tools/btxld/elfh.c
99
htole32(SHT_STRTAB), /* sh_type */
usr/src/ucblib/libucb/port/gen/nlist.c
215
if (strhdr->sh_type != SHT_STRTAB) {
usr/src/uts/common/ctf/ctf_mod.c
157
strsect.cts_type = SHT_STRTAB;
usr/src/uts/common/exec/elf/elf.c
1806
if (strchk->sh_type != SHT_STRTAB) {
usr/src/uts/common/exec/elf/elf.c
1911
v[idx].sh_type = SHT_STRTAB;
usr/src/uts/common/exec/elf/elf.c
2056
v[idx].sh_type = SHT_STRTAB;
usr/src/uts/common/fs/objfs/objfs_data.c
142
SHT_STRTAB, SHF_STRINGS),
usr/src/uts/common/fs/objfs/objfs_data.c
146
SECT_STRTAB(".strtab", SHT_STRTAB, SHF_STRINGS),
usr/src/uts/common/krtld/kobj.c
1639
mp->strhdr->sh_type = SHT_STRTAB;
usr/src/uts/common/krtld/kobj.c
1842
if (dstrp->sh_type != SHT_STRTAB) {
usr/src/uts/common/krtld/kobj.c
740
mp->strhdr->sh_type = SHT_STRTAB;
usr/src/uts/common/os/ksyms_snapshot.c
177
shp->sh_type = SHT_STRTAB;
usr/src/uts/common/os/ksyms_snapshot.c
185
shp->sh_type = SHT_STRTAB;