Searched refs:ABI_LONG_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
20 #define ABI_LONG_ALIGNMENT 2 macro37 #ifndef ABI_LONG_ALIGNMENT38 #define ABI_LONG_ALIGNMENT (TARGET_ABI_BITS / 8) macro52 typedef uint32_t abi_ulong __attribute__((aligned(ABI_LONG_ALIGNMENT)));53 typedef int32_t abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT)));64 typedef target_ulong abi_ulong __attribute__((aligned(ABI_LONG_ALIGNMENT)));65 typedef target_long abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT)));
184 return ABI_LONG_ALIGNMENT; in thunk_type_align()