Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h284 #if defined (TARGET_READ_SP)
302 #if !defined (GDB_TM_FILE) && defined (TARGET_READ_SP)
305 #if !defined (TARGET_READ_SP)
306 #define TARGET_READ_SP() (gdbarch_read_sp (current_gdbarch)) macro
Dframe.c1547 return TARGET_READ_SP (); in frame_sp_unwind()
Dregcache.c1132 return TARGET_READ_SP (); in read_sp()
Dgdbarch.c1429 #ifdef TARGET_READ_SP in gdbarch_dump()
1433 XSTRING (TARGET_READ_SP ())); in gdbarch_dump()
Dgdbarch.sh420 F:TARGET_READ_SP:CORE_ADDR:read_sp:void
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo3262 @xref{TARGET_READ_SP}, which this method replaces.
3836 @itemx TARGET_READ_SP
3837 @findex TARGET_READ_SP
3844 @anchor{TARGET_READ_SP} These change the behavior of @code{read_pc},
3853 @xref{unwind_sp}, which replaces @code{TARGET_READ_SP}.