Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c76 CONV_DS_MSG_INIT(PT_NULL, phdrs_def) }; in conv_phdr_type_strings()
78 CONV_DS_MSG_INIT(PT_NULL, phdrs_dmp) }; in conv_phdr_type_strings()
80 CONV_DS_MSG_INIT(PT_NULL, phdrs_cf) }; in conv_phdr_type_strings()
82 CONV_DS_MSG_INIT(PT_NULL, phdrs_cfnp) }; in conv_phdr_type_strings()
84 CONV_DS_MSG_INIT(PT_NULL, phdrs_nf) }; in conv_phdr_type_strings()
H A Dphdr.msg27 @ MSG_PT_NULL "[ PT_NULL ]" # 0
28 @ MSG_PT_NULL_CF "PT_NULL"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c179 SG_DESC_INIT(SGID_EXTRA, PT_NULL, 0, MSG_ORIG(MSG_ENT_EXTRA),
485 case PT_NULL: in ld_ent_setup()
H A Dmap.c310 { MSG_ORIG(MSG_MAP_NULL), PT_NULL, FLG_SG_P_TYPE }, in map_equal()
519 } else if (sgp->sg_phdr.p_type == PT_NULL) { in map_equal()
541 if ((sgp->sg_phdr.p_type != PT_NULL) && in map_equal()
1301 ((sgp1 = ld_map_seg_alloc(name, PT_NULL, 0)) == NULL)) in ld_map_parse_v1()
H A Doutfile.c493 ptype = (sgp->sg_phdr).p_type = PT_NULL; in ld_create_outfile()
494 } else if (ptype != PT_NULL) in ld_create_outfile()
H A Dmap_support.c626 (sgp->sg_phdr.p_type == PT_NULL)) { in ld_map_seg_insert()
661 case PT_NULL: in ld_map_seg_insert()
H A Dmap_v2.c1504 if ((sgp = ld_map_seg_alloc(NULL, PT_NULL, in dir_phdr_add_null()
2547 PT_NULL, segment_core_attr_list, segment_core_attr_list_bufsize, in dir_null_segment()
H A Dupdate.c4405 if ((phdr->p_type != PT_NULL) && !(flags & FLG_OF_RELOBJ)) in ld_update_outfile()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h120 #ifndef PT_NULL
121 #define PT_NULL 0 macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h179 #define PT_NULL 0 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h95 #define PT_NULL 0 /* Unused entry. */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h474 #define PT_NULL 0 /* p_type */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h488 #define PT_NULL 0 /* Unused entry. */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1542 case PT_NULL: in mapelfexec()