Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Daoutf1.h374 bfd_vma c_stacktop; /* Stack top (address). */ member
413 intcore->c_stacktop = 0x0E000000; /* By experimentation. */ in swapcore_sun3()
467 intcore->c_stacktop = SPARC_USRSTACK_SPARC10; in swapcore_sparc()
469 intcore->c_stacktop = SPARC_USRSTACK_SPARC2; in swapcore_sparc()
532 intcore->c_stacktop = SPARC_USRSTACK_SPARC10; in swapcore_solaris_bcp()
534 intcore->c_stacktop = SPARC_USRSTACK_SPARC2; in swapcore_solaris_bcp()
661 core_stacksec (abfd)->vma = (core->c_stacktop - core->c_ssize); in sunos4_core_file_p()
DChangeLog-91933929 * aoutf1.h (internal_sunos_core): Make c_stacktop a bfd_vma.