Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_link.c968 #define DT_OP_JMP32 0xe9 macro
1031 if (ip[0] != DT_OP_CALL && ip[0] != DT_OP_JMP32) { in dt_modtext()
1037 ret = (ip[0] == DT_OP_JMP32) ? DT_OP_RET : DT_OP_NOP; in dt_modtext()