Home
last modified time | relevance | path

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

/illumos-gate/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"
/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c180 if (ctfsect.cts_type == SHT_NULL) { in ctfmerge_elfopen()
185 if (symsect.cts_type != SHT_NULL && strsect.cts_type != SHT_NULL) { in ctfmerge_elfopen()
/illumos-gate/usr/src/tools/btxld/
H A Delfh.c95 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h54 #ifndef SHT_NULL
55 #define SHT_NULL 0 macro
H A Ddwarf_elf_load_headers.c163 if (type == SHT_NULL) { in is_empty_section()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c224 if (sh->sh_type == SHT_NULL) { in _elf_upd_lib()
599 (sh->sh_type == SHT_NULL)) { in wrt()
914 if ((sh->sh_type == SHT_NOBITS) || (sh->sh_type == SHT_NULL)) in _elfxx_swap_wrimage()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c630 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c172 { "SHT_NULL", 0xffffffff, SHT_NULL }, in dump_shdr()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c452 if (shdr->sh_type == SHT_NULL) { in process_shdr()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h560 #define SHT_NULL 0 /* sh_type */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h378 #define SHT_NULL 0 /* inactive */ macro
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1727 if (shdr->sh_name >= shstrsize || shdr->sh_type == SHT_NULL) in elf_process_obj_scns()