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