Searched refs:PT_NULL (Results 1 – 13 of 13) sorted by relevance
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.c | 76 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 D | phdr.msg | 27 @ MSG_PT_NULL "[ PT_NULL ]" # 0 28 @ MSG_PT_NULL_CF "PT_NULL"
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 179 SG_DESC_INIT(SGID_EXTRA, PT_NULL, 0, MSG_ORIG(MSG_ENT_EXTRA), 485 case PT_NULL: in ld_ent_setup()
|
H A D | map.c | 297 * 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 D | outfile.c | 493 ptype = (sgp->sg_phdr).p_type = PT_NULL; in ld_create_outfile() 494 } else if (ptype != PT_NULL) in ld_create_outfile()
|
H A D | map_support.c | 626 (sgp->sg_phdr.p_type == PT_NULL)) { in ld_map_seg_insert() 661 case PT_NULL: in ld_map_seg_insert()
|
H A D | map_v2.c | 1423 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 D | update.c | 4110 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 D | i386-elf.h | 179 #define PT_NULL 0 macro
|
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 95 #define PT_NULL 0 /* Unused entry. */ macro
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 473 #define PT_NULL 0 /* p_type */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 488 #define PT_NULL 0 /* Unused entry. */ macro
|
/titanic_51/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1359 case PT_NULL: in mapelfexec()
|