Searched refs:__compiler_offsetof (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stddef.h | 16 #ifdef __compiler_offsetof 17 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
|
| H A D | compiler_types.h | 135 #define __compiler_offsetof(a, b) __builtin_offsetof(a, b) macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler-gcc.h | 158 #define __compiler_offsetof(a, b) \ macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 44 #ifdef __compiler_offsetof 45 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 12 #ifdef __compiler_offsetof 13 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 204 +#define __compiler_offsetof(a, b) \ 395 -#define __compiler_offsetof(a,b) __builtin_offsetof(a,b) 482 -#define __compiler_offsetof(a, b) __builtin_offsetof(a, b)
|