Home
last modified time | relevance | path

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

/kernel/lib/code_patching/include/lib/
A Dcode_patching.h41 struct CodePatchInfo { struct
42 void (*apply_func)(const CodePatchInfo* patch); argument
43 uint8_t* dest_addr; // Destination code address to patch.
44 uint64_t dest_size; // Size of placeholder code.

Completed in 4 milliseconds