Symbol: SHT_NULL
usr/src/cmd/ctfmerge/ctfmerge.c
180
if (ctfsect.cts_type == SHT_NULL) {
usr/src/cmd/ctfmerge/ctfmerge.c
185
if (symsect.cts_type != SHT_NULL && strsect.cts_type != SHT_NULL) {
usr/src/cmd/file/elf_read.c
452
if (shdr->sh_type == SHT_NULL) {
usr/src/cmd/mdb/common/modules/krtld/krtld.c
187
{ "SHT_NULL", 0xffffffff, SHT_NULL },
usr/src/cmd/sgs/libconv/common/sections.c
101
CONV_DS_MSG_INIT(SHT_NULL, secs_dmp) };
usr/src/cmd/sgs/libconv/common/sections.c
103
CONV_DS_MSG_INIT(SHT_NULL, secs_cf) };
usr/src/cmd/sgs/libconv/common/sections.c
105
CONV_DS_MSG_INIT(SHT_NULL, secs_nf) };
usr/src/cmd/sgs/libconv/common/sections.c
99
CONV_DS_MSG_INIT(SHT_NULL, secs_def) };
usr/src/cmd/sgs/libelf/common/update.c
224
if (sh->sh_type == SHT_NULL) {
usr/src/cmd/sgs/libelf/common/update.c
599
(sh->sh_type == SHT_NULL)) {
usr/src/cmd/sgs/libelf/common/update.c
914
if ((sh->sh_type == SHT_NOBITS) || (sh->sh_type == SHT_NULL))
usr/src/lib/libctf/common/ctf_lib.c
630
if (ctfsect.cts_type == SHT_NULL && ctfp == NULL) {
usr/src/lib/libctf/common/ctf_lib.c
647
if (symsect.cts_type != SHT_NULL &&
usr/src/lib/libctf/common/ctf_lib.c
648
strsect.cts_type != SHT_NULL) {
usr/src/lib/libdtrace/common/dt_module.c
1107
if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL ||
usr/src/lib/libdtrace/common/dt_module.c
512
if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL ||
usr/src/lib/libdwarf/common/dwarf_elf_defines.h
54
#ifndef SHT_NULL
usr/src/lib/libdwarf/common/dwarf_elf_load_headers.c
163
if (type == SHT_NULL) {
usr/src/tools/btxld/elfh.c
95
0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
usr/src/uts/common/exec/elf/elf.c
1727
if (shdr->sh_name >= shstrsize || shdr->sh_type == SHT_NULL)