Home
last modified time | relevance | path

Searched refs:PT_SUNWDTRACE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c90 { 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 Dphdr.msg91 @ MSG_PT_SUNWDTRACE "[ PT_SUNWDTRACE ]" # 0x6ffffffc
92 @ MSG_PT_SUNWDTRACE_CF "PT_SUNWDTRACE"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c153 SG_DESC_INIT(SGID_DTRACE, PT_SUNWDTRACE, 0, NULL,
H A Doutfile.c475 } else if (ptype == PT_SUNWDTRACE) { in ld_create_outfile()
H A Dupdate.c3994 if (phdr->p_type == PT_SUNWDTRACE) { in ld_update_outfile()
H A Dlibld.msg1667 @ MSG_STR_DTRACE "PT_SUNWDTRACE"
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h507 #define PT_SUNWDTRACE 0x6ffffffc /* private */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h506 #define PT_SUNWDTRACE 0x6ffffffc /* private */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c117 ASSERT(phdrp->p_type == PT_SUNWDTRACE); in dtrace_safe_phdr()
1547 case PT_SUNWDTRACE: in mapelfexec()