Searched defs:StructuredHotpatch (Results 1 – 1 of 1) sorted by relevance
74 struct StructuredHotpatch { struct75 unsigned char jmp_32_relative = 0xe9; // jmp relative 32-bit.76 int32_t relative_address = 0; // 32-bit signed operand.77 unsigned char jmp_8_relative = 0xeb; // jmp relative 8-bit.78 unsigned char back_address = 0xf9; // Operand of -7.