Home
last modified time | relevance | path

Searched defs:offsetof (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dstddef.h16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) macro
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
H A Dtest_cls_redirect.h21 #define offsetof(type, member) __builtin_offsetof(type, member) macro
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h58 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
/linux/tools/usb/usbip/libsrc/
H A Dlist.h124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/linux/samples/bpf/
H A Dcookie_uid_helper_example.c33 #define offsetof(type, member) __builtin_offsetof(type, member) macro
H A Dtest_lru_dist.c25 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
/linux/tools/include/linux/
H A Dkernel.h25 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/linux/tools/include/nolibc/
H A Dtypes.h207 #define offsetof(TYPE, FIELD) ((size_t) &((TYPE *)0)->FIELD) macro
/linux/tools/lib/bpf/
H A Dbpf_helpers.h87 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c55 #define offsetof(T, x) ((unsigned int)&(((T *)0)->x)) macro