Searched refs:DT_OP_RET (Results 1 – 1 of 1) sorted by relevance
744 #define DT_OP_RET 0x81c7e008 macro788 if (ip[0] == DT_OP_RET) { in dt_modtext()856 ip[0] = DT_OP_RET; in dt_modtext()872 #define DT_OP_RET 0xc3 macro912 if ((ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) && in dt_modtext()919 (ip[3] == DT_OP_NOP || ip[3] == DT_OP_RET) && in dt_modtext()926 (ip[2] == DT_OP_NOP || ip[2] == DT_OP_RET) && in dt_modtext()943 ret = (ip[0] == DT_OP_JMP32) ? DT_OP_RET : DT_OP_NOP; in dt_modtext()