Home
last modified time | relevance | path

Searched refs:SHT_NULL (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dsections.c99 CONV_DS_MSG_INIT(SHT_NULL, secs_def) }; in sec_type_strings()
101 CONV_DS_MSG_INIT(SHT_NULL, secs_dmp) }; in sec_type_strings()
103 CONV_DS_MSG_INIT(SHT_NULL, secs_cf) }; in sec_type_strings()
105 CONV_DS_MSG_INIT(SHT_NULL, secs_nf) }; in sec_type_strings()
H A Dsections.msg26 @ MSG_SHT_NULL "[ SHT_NULL ]" # 0
28 @ MSG_SHT_NULL_CF "SHT_NULL"
/titanic_41/usr/src/lib/libctf/common/
H A Dctf_lib.c400 if (ctfsect.cts_type == SHT_NULL) { in ctf_fdopen()
414 if (symsect.cts_type != SHT_NULL && in ctf_fdopen()
415 strsect.cts_type != SHT_NULL) { in ctf_fdopen()
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c221 if (sh->sh_type == SHT_NULL) { in _elf_upd_lib()
598 (sh->sh_type == SHT_NULL)) { in wrt()
916 if ((sh->sh_type == SHT_NOBITS) || (sh->sh_type == SHT_NULL)) in _elfxx_swap_wrimage()
/titanic_41/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c174 { "SHT_NULL", 0xffffffff, SHT_NULL }, in dump_shdr()
/titanic_41/usr/src/cmd/file/
H A Delf_read.c455 if (shdr->sh_type == SHT_NULL) { in process_shdr()
/titanic_41/usr/src/uts/common/sys/
H A Delf.h407 #define SHT_NULL 0 /* sh_type */ macro
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_module.c513 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_load_sect()
1108 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_update()