offsetof           56 include/libc.h #define offsetof(s, m)	(ulong)(&(((s*)0)->m))
offsetof          598 src/pkg/runtime/runtime.h #define	offsetof(s,m)	(uint32)(&(((s*)0)->m))