Searched refs:STACK_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
1969 #define STACK_ALIGNMENT 64 macro2127 #ifndef STACK_ALIGNMENT2128 #define STACK_ALIGNMENT 16 macro2674 u_argc = QEMU_ALIGN_DOWN(sp - size, STACK_ALIGNMENT); in create_elf_tables()2678 sp = QEMU_ALIGN_UP(sp + size, STACK_ALIGNMENT); in create_elf_tables()