Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Daoutf1.h373 bfd_vma c_stacktop; /* Stack top (address). */ member
412 intcore->c_stacktop = 0x0E000000; /* By experimentation. */ in swapcore_sun3()
466 intcore->c_stacktop = SPARC_USRSTACK_SPARC10; in swapcore_sparc()
468 intcore->c_stacktop = SPARC_USRSTACK_SPARC2; in swapcore_sparc()
531 intcore->c_stacktop = SPARC_USRSTACK_SPARC10; in swapcore_solaris_bcp()
533 intcore->c_stacktop = SPARC_USRSTACK_SPARC2; in swapcore_solaris_bcp()
660 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.