Lines Matching refs:code
33 const void *code; in __static_call_transform() local
37 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform()
39 emulate = code; in __static_call_transform()
40 code = &xor5rax; in __static_call_transform()
46 code = x86_nops[5]; in __static_call_transform()
50 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform()
55 code = text_gen_insn(JMP32_INSN_OPCODE, insn, &__x86_return_thunk); in __static_call_transform()
57 code = &retinsn; in __static_call_transform()
61 if (memcmp(insn, code, size) == 0) in __static_call_transform()
65 return text_poke_early(insn, code, size); in __static_call_transform()
67 text_poke_bp(insn, code, size, emulate); in __static_call_transform()