Searched refs:PT_SUNWDTRACE (Results 1 – 9 of 9) sorted by relevance
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.c | 90 { PT_SUNWDTRACE, SOL, MSG_PT_SUNWDTRACE }, in conv_phdr_type_strings() 104 { PT_SUNWDTRACE, SOL, MSG_PT_SUNWDTRACE_CF }, in conv_phdr_type_strings() 118 { PT_SUNWDTRACE, SOL, MSG_PT_SUNWDTRACE_CFNP }, in conv_phdr_type_strings() 132 { PT_SUNWDTRACE, SOL, MSG_PT_SUNWDTRACE_NF }, in conv_phdr_type_strings()
|
H A D | phdr.msg | 91 @ MSG_PT_SUNWDTRACE "[ PT_SUNWDTRACE ]" # 0x6ffffffc 92 @ MSG_PT_SUNWDTRACE_CF "PT_SUNWDTRACE"
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 153 SG_DESC_INIT(SGID_DTRACE, PT_SUNWDTRACE, 0, NULL,
|
H A D | outfile.c | 475 } else if (ptype == PT_SUNWDTRACE) { in ld_create_outfile()
|
H A D | update.c | 3684 * If we are creating a PT_SUNWDTRACE segment, remember where in ld_update_outfile() 3689 if (phdr->p_type == PT_SUNWDTRACE) { in ld_update_outfile() 4159 * If we have a PT_SUNWDTRACE phdr, update it now with the address of in ld_update_outfile()
|
H A D | libld.msg | 1595 @ MSG_STR_DTRACE "PT_SUNWDTRACE"
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 506 #define PT_SUNWDTRACE 0x6ffffffc /* private */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 506 #define PT_SUNWDTRACE 0x6ffffffc /* private */ macro
|
/titanic_51/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 155 ASSERT(phdrp->p_type == PT_SUNWDTRACE); in dtrace_safe_phdr() 1364 case PT_SUNWDTRACE: in mapelfexec()
|