Searched defs:DT_OP_RET (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c742 #define DT_OP_RET 0x81c7e008 macro
786 if (ip[0] == DT_OP_RET) {
854 ip[0] = DT_OP_RET;
870 #define DT_OP_RET 0xc3 macro
910 if ((ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) &&
917 (ip[3] == DT_OP_NOP || ip[3] == DT_OP_RET) &&
924 (ip[2] == DT_OP_NOP || ip[2] == DT_OP_RET) &&
941 ret = (ip[0] == DT_OP_JMP32) ? DT_OP_RET : DT_OP_NOP;

Completed in 42 milliseconds