Searched refs:__ALT_PTR (Results 1 – 1 of 1) sorted by relevance
20 #define __ALT_PTR(a, f) ((void *)&(a)->f + (a)->f) macro21 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset)22 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)
Completed in 3 milliseconds