Searched defs:offsetof (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/sys/mips/mips/
H A Dgenassym.c66 #define offsetof(t,m) (int)((&((t *)0L)->m)) macro
[all...]
/freebsd-11-stable/sys/sys/
H A Dstddef.h41 #define offsetof(type, field) __offsetof(type, field) macro
/freebsd-11-stable/contrib/gcclibs/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddelta68-nat.c30 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
H A Dsolib-legacy.c49 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
[all...]
H A Di386v-nat.c114 #define offsetof macro
H A Dinfptrace.c343 #define offsetof macro
H A Dsolib-sunos.c91 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h39 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsysdep.h168 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/freebsd-11-stable/include/
H A Dstddef.h73 #define offsetof(type, field) __offsetof(type, field) macro
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dgen.h47 # define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_egd.c135 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dlist.h64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstddef.h104 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h23 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) macro
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp39 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/freebsd-11-stable/contrib/elftoolchain/common/
H A D_elftc.h41 #define offsetof(T, M) ((int) &((T*) 0) -> M) macro
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.h98 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
H A Daic7xxx_osm.h110 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h33 #define offsetof(t,m) (int)(intptr_t)((&((t *)0L)->m)) macro
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_types.h113 #define offsetof(TYPE, MEMBER) ((uintptr_t) &((TYPE *)0)->MEMBER) macro
/freebsd-11-stable/contrib/gcc/ginclude/
H A Dstddef.h414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro

Completed in 170 milliseconds

12