Searched defs:ReadMemFunc (Results 1 – 3 of 3) sorted by relevance
31 typedef bool (*ReadMemFunc)(void *ctx, uintptr_t addr, uintptr_t *val); typedef
140 typedef bool (*ReadMemFunc)(void *ctx, uintptr_t addr, uintptr_t *val); typedef
65 bool ReadMemFunc([[maybe_unused]] void *ctx, uintptr_t addr, uintptr_t *value) in ReadMemFunc() function