Searched refs:PT_SUNWDTRACE (Results 1 – 8 of 8) sorted by relevance
/titanic_44/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_44/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 | 3689 if (phdr->p_type == PT_SUNWDTRACE) { in ld_update_outfile()
|
H A D | libld.msg | 1596 @ MSG_STR_DTRACE "PT_SUNWDTRACE"
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | elf.h | 354 #define PT_SUNWDTRACE 0x6ffffffc /* private */ macro
|
/titanic_44/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()
|