Home
last modified time | relevance | path

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

/titanic_51/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"
/titanic_51/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.c297 * PT_NOTE, PT_SUNWSTACK and PT_NULL segments. Other segment in map_equal()
310 { MSG_ORIG(MSG_MAP_NULL), PT_NULL, FLG_SG_P_TYPE }, in map_equal()
484 * to reserve PT_NULL program headers. in map_equal()
492 * PT_NULL program headers are established for later use by applications in map_equal()
493 * such as the post-optimizer. PT_NULL headers should have no other in map_equal()
519 } else if (sgp->sg_phdr.p_type == PT_NULL) { in map_equal()
536 * Note, if the segment is of type PT_NULL it must be new, and any in map_equal()
541 if ((sgp->sg_phdr.p_type != PT_NULL) && in map_equal()
1300 ((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.c1423 if ((sgp = ld_map_seg_alloc(NULL, PT_NULL, in dir_phdr_add_null()
2247 * seg_type - Type of segment (PT_LOAD, PT_NOTE, PT_NULL).
2484 PT_NULL, segment_core_attr_list, segment_core_attr_list_bufsize, in dir_null_segment()
H A Dupdate.c4110 if ((phdr->p_type != PT_NULL) && !(flags & FLG_OF_RELOBJ)) in ld_update_outfile()
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h179 #define PT_NULL 0 macro
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h95 #define PT_NULL 0 /* Unused entry. */ macro
/titanic_51/usr/src/uts/common/sys/
H A Delf.h473 #define PT_NULL 0 /* p_type */ macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h488 #define PT_NULL 0 /* Unused entry. */ macro
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c1359 case PT_NULL: in mapelfexec()