Searched defs:__offsetof (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h253 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
476 #define __offsetof(type, field) __builtin_offsetof(type, field) macro
479 #define __offsetof(type, field) \ macro
482 #define __offsetof(type, field) \ macro
489 (__offsetof(type, end) - __offsetof(type, start))
500 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
504 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))

Completed in 61 milliseconds