Searched refs:PT_SUNWSTACK (Results 1 – 11 of 11) sorted by relevance
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.c | 89 { PT_SUNWSTACK, SOL, MSG_PT_SUNWSTACK }, in conv_phdr_type_strings() 103 { PT_SUNWSTACK, SOL, MSG_PT_SUNWSTACK_CF }, in conv_phdr_type_strings() 117 { PT_SUNWSTACK, SOL, MSG_PT_SUNWSTACK_CFNP }, in conv_phdr_type_strings() 131 { PT_SUNWSTACK, SOL, MSG_PT_SUNWSTACK_NF }, in conv_phdr_type_strings()
|
H A D | phdr.msg | 87 @ MSG_PT_SUNWSTACK "[ PT_SUNWSTACK ]" # 0x6ffffffb 88 @ MSG_PT_SUNWSTACK_CF "PT_SUNWSTACK"
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | map.c | 297 * PT_NOTE, PT_SUNWSTACK and PT_NULL segments. Other segment in map_equal() 308 { MSG_ORIG(MSG_MAP_STACK), PT_SUNWSTACK, in map_equal() 497 (sgp->sg_phdr.p_type != PT_SUNWSTACK)) { in map_equal() 545 if (sgp->sg_phdr.p_type == PT_SUNWSTACK) in map_equal() 551 (sgp->sg_phdr.p_type != PT_SUNWSTACK)) { in map_equal() 1365 if (sgp1->sg_phdr.p_type == PT_SUNWSTACK) { in ld_map_parse_v1()
|
H A D | entry.c | 165 SG_DESC_INIT(SGID_SUNWSTACK, PT_SUNWSTACK, 0, NULL,
|
H A D | outfile.c | 481 } else if (ptype == PT_SUNWSTACK) { in ld_create_outfile()
|
H A D | map_support.c | 547 * Return the PT_SUNWSTACK segment descriptor from the ofl_segs list. 566 * PT_SUNWSTACK program header, exec() will act on it. As such, stack in ld_map_seg_stack() 571 * PT_SUNWSTACK program header would have meaning. Rather than in ld_map_seg_stack() 576 if (sgp->sg_phdr.p_type == PT_SUNWSTACK) { in ld_map_seg_stack()
|
H A D | update.c | 3766 if (phdr->p_type == PT_SUNWSTACK) { in ld_update_outfile()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 505 #define PT_SUNWSTACK 0x6ffffffb /* describes the stack segment */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 505 #define PT_SUNWSTACK 0x6ffffffb /* describes the stack segment */ macro
|
/titanic_51/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 377 case PT_SUNWSTACK: in elfexec()
|
/titanic_51/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 313 4346001 The ld should support mapfile syntax to generate PT_SUNWSTACK segment
|