Home
last modified time | relevance | path

Searched defs:START_STACK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/
Dbinfmt_aout.c105 # define START_STACK(u) ((regs->u_regs[UREG_FP]) & ~(PAGE_SIZE - 1)) in aout_core_dump() macro
107 # define START_STACK(u) (u.start_stack) in aout_core_dump() macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_aout32.c94 # define START_STACK(u) ((regs->u_regs[UREG_FP]) & ~(PAGE_SIZE - 1)) in aout32_core_dump() macro