Home
last modified time | relevance | path

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

12

/netbsd-src/include/
H A Dstddef.h
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.h55 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
57 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstddef.h104 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-src/external/gpl2/grep/dist/intl/
H A Dbindtextdom.c56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-src/external/gpl3/gdb.old/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dbindtextdom.c56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-src/usr.sbin/faithd/
H A Dprefix.c44 #define offsetof(type, member) ((size_t)(u_long)(&((type *)0)->member)) macro
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dsyscall.c104 #define offsetof(s, f) ((size_t)&((s *)0)->f) macro
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsysdep.h126 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsysdep.h126 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstddef.h406 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstddef.h415 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dmkregtable.c25 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h391 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h391 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
/netbsd-src/sys/lib/libkern/
H A Dlibkern.h319 #define offsetof(type, member) __builtin_offsetof( global() macro
321 #define offsetof( global() macro
/netbsd-src/external/bsd/elftoolchain/dist/common/
H A D_elftc.h43 #define offsetof(T, M) ((int) &((T*) 0) -> M) macro

12