Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dsha1.c233 # define alignof(type) offsetof (struct { char c; type x; }, x) in sha1_process_bytes() macro
/toolchain/binutils/binutils-2.25/intl/
Ddcigettext.c114 # define alignof(TYPE) __alignof__ (TYPE) macro
116 # define alignof(TYPE) \ macro