| /kernel/linux/linux-5.10/include/linux/ |
| H A D | stddef.h | 15 #undef offsetof macro 17 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER) macro 19 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | stddef.h | 15 #undef offsetof macro 16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) macro
|
| H A D | mnt_idmapping.h | 24 static_assert(offsetof(vfsuid_t, val) == offsetof(kuid_t, val)); variable 25 static_assert(offsetof(vfsgid_t, val) == offsetof(kgid_t, val)); variable
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_select_reuseport_kern.c | 19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| H A D | test_cls_redirect.h | 20 #undef offsetof macro 21 #define offsetof(type, member) __builtin_offsetof(type, member) macro
|
| /kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
| H A D | list.h | 124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect.h | 20 #undef offsetof macro 21 #define offsetof(type, member) __builtin_offsetof(type, member) macro
|
| H A D | test_select_reuseport_kern.c | 21 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | list.h | 9 #undef offsetof macro 10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| H A D | list.h | 9 #undef offsetof macro 10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
| H A D | list.h | 124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 50 #undef offsetof macro 51 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| H A D | kernel.h | 23 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | kernel.h | 24 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-5.10/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 | 26 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | signal_64.c | 483 offsetof(compat_siginfo_t, _sifields._sigchld_x32)); global() variable [all...] |
| H A D | ptrace.c | 257 case offsetof(struct user_regs_struct, fs): in get_segment_reg() function 264 case offsetof(struct user_regs_struct, gs): in get_segment_reg() function 270 case offsetof(struc in get_segment_reg() function 276 case offsetof(struct user_regs_struct, es): get_segment_reg() function [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 85 #undef offsetof macro 86 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | ptrace.c | 238 case offsetof(struct user_regs_struct, fs): in get_segment_reg() function 245 case offsetof(struct user_regs_struct, gs): in get_segment_reg() function 251 case offsetof(struc in get_segment_reg() function 257 case offsetof(struct user_regs_struct, es): get_segment_reg() function [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | tc.c | 1211 case offsetof(struct iphdr, ttl): efx_tc_mangle() function [all...] |