Searched refs:SHT_NULL (Results 1 – 11 of 11) sorted by relevance
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.c | 99 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 D | sections.msg | 26 @ MSG_SHT_NULL "[ SHT_NULL ]" # 0 28 @ MSG_SHT_NULL_CF "SHT_NULL"
|
/titanic_51/usr/src/cmd/ctfmerge/ |
H A D | ctfmerge.c | 216 if (ctfsect.cts_type == SHT_NULL) { in ctfmerge_elfopen() 223 if (symsect.cts_type != SHT_NULL && strsect.cts_type != SHT_NULL) { in ctfmerge_elfopen()
|
/titanic_51/usr/src/tools/btxld/ |
H A D | elfh.c | 95 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | update.c | 221 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_51/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 630 if (ctfsect.cts_type == SHT_NULL && ctfp == NULL) { in ctf_fdcreate_int() 647 if (symsect.cts_type != SHT_NULL && in ctf_fdcreate_int() 648 strsect.cts_type != SHT_NULL) { in ctf_fdcreate_int()
|
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 174 { "SHT_NULL", 0xffffffff, SHT_NULL }, in dump_shdr()
|
/titanic_51/usr/src/cmd/file/ |
H A D | elf_read.c | 455 if (shdr->sh_type == SHT_NULL) { in process_shdr()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 559 #define SHT_NULL 0 /* sh_type */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 378 #define SHT_NULL 0 /* inactive */ macro
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 513 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()
|