Searched refs:__ALT_PTR (Results 1 – 2 of 2) sorted by relevance
29 #define __ALT_PTR(a, f) ((void *)&(a)->f + (a)->f) macro30 #define ALT_OLD_PTR(a) __ALT_PTR(a, old_offset)31 #define ALT_ALT_PTR(a) __ALT_PTR(a, alt_offset)
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)