Searched refs:DT_OP_RET (Results 1 – 1 of 1) sorted by relevance
798 #define DT_OP_RET 0xd65f03c0 macro832 if (ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) in dt_modtext()855 ip[0] = DT_OP_RET; in dt_modtext()955 #define DT_OP_RET 0x00008067 /* jalr x0, x1, 0 */ macro997 if (ip[0] == DT_OP_NOP && (ip[1] == DT_OP_NOP || ip[1] == DT_OP_RET)) in dt_modtext()1018 ip[1] = DT_OP_RET; in dt_modtext()1027 #define DT_OP_RET 0xc3 macro1070 if ((ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) && in dt_modtext()1077 (ip[3] == DT_OP_NOP || ip[3] == DT_OP_RET) && in dt_modtext()1084 (ip[2] == DT_OP_NOP || ip[2] == DT_OP_RET) && in dt_modtext()[all …]