Searched refs:my_offsetof (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/auxprogs/
H A Dgenoffsets.c42 It does rely on the assumption that 'my_offsetof(Ty,Field)' is
59 #define my_offsetof(__type,__field) (&((__type*)0)->__field) macro
61 /* This forces gcc to evaluate the my_offsetof call at compile time,
74 (my_offsetof(VexGuest##_structUppercase##State, \

Completed in 313 milliseconds