Searched defs:offsetof (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | stddef.h | 21 #define offsetof(TYPE, FIELD) ((size_t) &((TYPE *)0)->FIELD) macro
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | bpf_arena_common.h | 23 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_select_reuseport_kern.c | 19 #define offsetof( global() macro
|
| H A D | test_cls_redirect.h | 21 #define offsetof(type, member) __builtin_offsetof(type, member) macro
|
| /linux/include/linux/ |
| H A D | stddef.h | 16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) macro
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | utils.h | 12 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_arena_common.h | 63 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
|
| /linux/tools/usb/usbip/libsrc/ |
| H A D | list.h | 124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /linux/samples/bpf/ |
| H A D | cookie_uid_helper_example.c | 33 #define offsetof(type, member) __builtin_offsetof(type, member) macro
|
| H A D | test_lru_dist.c | 25 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 95 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
|