Searched refs:alignof (Results 1 – 5 of 5) sorted by relevance
4 tmpdir/alignof.o (.text)8 tmpdir/alignof.o (.data)
114 # define alignof(TYPE) __alignof__ (TYPE) macro116 # define alignof(TYPE) \ macro1013 freemem += freemem_size & (alignof (size_t) - 1);1014 freemem_size = freemem_size & ~ (alignof (size_t) - 1);
233 # define alignof(type) offsetof (struct { char c; type x; }, x) in sha1_process_bytes() macro234 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes()
93 * obstack.c (__alignof__): Expand alignof_type from alignof.h.1681 (cplus_demangle_operators): Add alignof ops.
152 * ld-scripts/alignof.exp: Likewise.578 ld-scripts/alignof.exp, ld-scripts/assert.exp,614 * ld-scripts/alignof.exp: Skip on non-elf690 * ld-scripts/alignof.s: New.691 * ld-scripts/alignof.t: New692 * ld-scripts/alignof.exp: New.