Home
last modified time | relevance | path

Searched defs:StructuredHotpatch (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dcom_init_check_hook.cc74 struct StructuredHotpatch { struct
75 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.