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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c745 #define DT_OP_NOP 0x01000000 macro
782 if (ip[0] == DT_OP_NOP) {
796 if (ip[0] == DT_OP_NOP) {
834 ip[0] = DT_OP_NOP;
861 ip[0] = DT_OP_NOP;
871 #define DT_OP_NOP 0x90 macro
912 if ((ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) &&
913 ip[1] == DT_OP_NOP && ip[2] == DT_OP_NOP &&
914 ip[3] == DT_OP_NOP
[all...]

Completed in 63 milliseconds