Searched refs:ABI_LLONG_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
21 #define ABI_LLONG_ALIGNMENT 2 macro28 #define ABI_LLONG_ALIGNMENT 4 macro40 #ifndef ABI_LLONG_ALIGNMENT41 #define ABI_LLONG_ALIGNMENT 8 macro48 typedef int64_t abi_llong __attribute__((aligned(ABI_LLONG_ALIGNMENT)));49 typedef uint64_t abi_ullong __attribute__((aligned(ABI_LLONG_ALIGNMENT)));
175 return ABI_LLONG_ALIGNMENT; in thunk_type_align()