Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_link.c744 #define DT_OP_RET 0x81c7e008 macro
788 if (ip[0] == DT_OP_RET) { in dt_modtext()
856 ip[0] = DT_OP_RET; in dt_modtext()
872 #define DT_OP_RET 0xc3 macro
912 if ((ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) && in dt_modtext()
919 (ip[3] == DT_OP_NOP || ip[3] == DT_OP_RET) && in dt_modtext()
926 (ip[2] == DT_OP_NOP || ip[2] == DT_OP_RET) && in dt_modtext()
943 ret = (ip[0] == DT_OP_JMP32) ? DT_OP_RET : DT_OP_NOP; in dt_modtext()