Searched refs:__compiler_offsetof (Results 1 – 2 of 2) sorted by relevance
21 #ifdef __compiler_offsetof22 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
14 #define __compiler_offsetof(a,b) __builtin_offsetof(a,b) macro