Searched refs:ABI_SHORT_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
25 #define ABI_SHORT_ALIGNMENT 1 macro38 #ifndef ABI_SHORT_ALIGNMENT39 #define ABI_SHORT_ALIGNMENT 2 macro51 typedef int16_t abi_short __attribute__ ((aligned(ABI_SHORT_ALIGNMENT)));52 typedef uint16_t abi_ushort __attribute__((aligned(ABI_SHORT_ALIGNMENT)));
162 return ABI_SHORT_ALIGNMENT; in thunk_type_align()