Searched refs:__ALT_PTR (Results 1 – 2 of 2) sorted by relevance
23 #define __ALT_PTR(a,f) ((void *)&(a)->f + (a)->f) macro24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset)25 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)
21 #define __ALT_PTR(a,f) ((uint8_t *)((void *)&(a)->f + (a)->f)) macro22 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset)23 #define ALT_REPL_PTR(a) __ALT_PTR(a, repl_offset)
Completed in 4 milliseconds