Home
last modified time | relevance | path

Searched refs:ABI_SHORT_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/qemu/include/user/
H A Dabitypes.h31 #ifndef ABI_SHORT_ALIGNMENT
32 #define ABI_SHORT_ALIGNMENT 2 macro
44 typedef int16_t abi_short __attribute__ ((aligned(ABI_SHORT_ALIGNMENT)));
45 typedef uint16_t abi_ushort __attribute__((aligned(ABI_SHORT_ALIGNMENT)));
H A Dthunk.h162 return ABI_SHORT_ALIGNMENT; in thunk_type_align()