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

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

Completed in 781 milliseconds