Home
last modified time | relevance | path

Searched defs:TIB_ALIGN (Results 1 – 2 of 2) sorted by relevance

/openbsd/libexec/ld.so/
H A Dtib.c36 # define TIB_ALIGN MAXIMUM(__alignof__(struct tib), TIB_EXTRA_ALIGN) macro
38 # define TIB_ALIGN __alignof__(struct tib) macro
/openbsd/lib/libc/dlfcn/
H A Dinit.c41 # define TIB_ALIGN MAX(__alignof__(struct tib), TIB_EXTRA_ALIGN) macro
43 # define TIB_ALIGN __alignof__(struct tib) macro