Home
last modified time | relevance | path

Searched refs:USRSTACK (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/bfd/hosts/
H A Di386bsd.h23 #define HOST_STACK_END_ADDR USRSTACK
27 #define HOST_STACK_END_ADDR (USRSTACK - MAXSSIZ)
H A Dmipsmach3.h10 #define HOST_STACK_END_ADDR USRSTACK
H A Dnews-mips.h12 #define HOST_STACK_END_ADDR USRSTACK
H A Dvaxult.h7 #define HOST_STACK_END_ADDR USRSTACK
H A Dvaxult2.h7 #define HOST_STACK_END_ADDR USRSTACK
H A Dmipsbsd.h11 #define HOST_STACK_END_ADDR USRSTACK
H A Dm88kmach3.h11 #define HOST_STACK_END_ADDR USRSTACK
H A Ddecstation.h14 #define HOST_STACK_END_ADDR USRSTACK
H A Dpc532mach.h24 #define HOST_STACK_END_ADDR USRSTACK
H A Di386mach3.h25 #define HOST_STACK_END_ADDR USRSTACK
H A Di860mach3.h27 #define HOST_STACK_END_ADDR USRSTACK
H A Ddelta68.h14 #define HOST_STACK_END_ADDR USRSTACK
/openbsd/gnu/usr.bin/binutils-2.17/bfd/hosts/
H A Di386bsd.h23 #define HOST_STACK_END_ADDR USRSTACK
27 #define HOST_STACK_END_ADDR (USRSTACK - MAXSSIZ)
H A Dmipsmach3.h10 #define HOST_STACK_END_ADDR USRSTACK
H A Dnews-mips.h12 #define HOST_STACK_END_ADDR USRSTACK
H A Dmipsbsd.h11 #define HOST_STACK_END_ADDR USRSTACK
H A Dvaxult2.h7 #define HOST_STACK_END_ADDR USRSTACK
H A Dvaxult.h7 #define HOST_STACK_END_ADDR USRSTACK
H A Dm88kmach3.h11 #define HOST_STACK_END_ADDR USRSTACK
H A Ddecstation.h14 #define HOST_STACK_END_ADDR USRSTACK
H A Dpc532mach.h24 #define HOST_STACK_END_ADDR USRSTACK
H A Di860mach3.h27 #define HOST_STACK_END_ADDR USRSTACK
H A Di386mach3.h25 #define HOST_STACK_END_ADDR USRSTACK
H A Ddelta68.h11 #define HOST_STACK_END_ADDR USRSTACK
/openbsd/sys/kern/
H A Dexec_subr.c381 epp->ep_maxsaddr = USRSTACK; in exec_setup_stack()
382 epp->ep_minsaddr = USRSTACK + MAXSSIZ; in exec_setup_stack()
384 epp->ep_maxsaddr = USRSTACK - MAXSSIZ - MAXSSIZ_GUARD; in exec_setup_stack()
385 epp->ep_minsaddr = USRSTACK; in exec_setup_stack()
390 dist = USRSTACK - MAXSSIZ - MAXSSIZ_GUARD - VM_MIN_STACK_ADDRESS; in exec_setup_stack()

12