Home
last modified time | relevance | path

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

/qemu/include/user/
H A Dabitypes.h19 #define ABI_INT_ALIGNMENT 2 macro
26 #define ABI_INT_ALIGNMENT 1 macro
41 #ifndef ABI_INT_ALIGNMENT
42 #define ABI_INT_ALIGNMENT 4 macro
53 typedef int32_t abi_int __attribute__((aligned(ABI_INT_ALIGNMENT)));
54 typedef uint32_t abi_uint __attribute__((aligned(ABI_INT_ALIGNMENT)));
H A Dthunk.h168 return ABI_INT_ALIGNMENT; in thunk_type_align()