Searched refs:ABI_INT_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
19 #define ABI_INT_ALIGNMENT 2 macro26 #define ABI_INT_ALIGNMENT 1 macro41 #ifndef ABI_INT_ALIGNMENT42 #define ABI_INT_ALIGNMENT 4 macro53 typedef int32_t abi_int __attribute__((aligned(ABI_INT_ALIGNMENT)));54 typedef uint32_t abi_uint __attribute__((aligned(ABI_INT_ALIGNMENT)));
168 return ABI_INT_ALIGNMENT; in thunk_type_align()