Searched defs:DT_OP_JMP32 (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdtrace/common/ | ||
H A D | dt_link.c | 872 #define DT_OP_JMP32 0xe9 macro 935 if (ip[0] != DT_OP_CALL && ip[0] != DT_OP_JMP32) { 941 ret = (ip[0] == DT_OP_JMP32) ? DT_OP_RET : DT_OP_NOP; |
Completed in 25 milliseconds