Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Delfload.c135 #ifndef STACK_ALIGNMENT
136 #define STACK_ALIGNMENT 16 macro
659 u_argc = QEMU_ALIGN_DOWN(sp - size, STACK_ALIGNMENT); in create_elf_tables()
663 sp = QEMU_ALIGN_UP(sp + size, STACK_ALIGNMENT); in create_elf_tables()