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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c743 #define DT_OP_NOP 0x01000000 macro
780 if (ip[0] == DT_OP_NOP) {
794 if (ip[0] == DT_OP_NOP) {
832 ip[0] = DT_OP_NOP;
859 ip[0] = DT_OP_NOP;
869 #define DT_OP_NOP 0x90 macro
910 if ((ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) &&
911 ip[1] == DT_OP_NOP && ip[2] == DT_OP_NOP &&
912 ip[3] == DT_OP_NOP
[all...]

Completed in 44 milliseconds