Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c798 #define DT_OP_RET 0xd65f03c0 macro
832 if (ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) in dt_modtext()
855 ip[0] = DT_OP_RET; in dt_modtext()
955 #define DT_OP_RET 0x00008067 /* jalr x0, x1, 0 */ macro
997 if (ip[0] == DT_OP_NOP && (ip[1] == DT_OP_NOP || ip[1] == DT_OP_RET)) in dt_modtext()
1018 ip[1] = DT_OP_RET; in dt_modtext()
1027 #define DT_OP_RET 0xc3 macro
1070 if ((ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) && in dt_modtext()
1077 (ip[3] == DT_OP_NOP || ip[3] == DT_OP_RET) && in dt_modtext()
1084 (ip[2] == DT_OP_NOP || ip[2] == DT_OP_RET) && in dt_modtext()
[all …]