Home
last modified time | relevance | path

Searched refs:frameaddr (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-var.c95 CORE_ADDR frameaddr = 0; in mi_cmd_var_create() local
124 frameaddr = string_to_core_addr (frame); in mi_cmd_var_create()
130 name, frame, hex_string (frameaddr), expr); in mi_cmd_var_create()
132 var = varobj_create (name, expr, frameaddr, var_type); in mi_cmd_var_create()
/netbsd/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-var.c95 CORE_ADDR frameaddr = 0; in mi_cmd_var_create() local
124 frameaddr = string_to_core_addr (frame); in mi_cmd_var_create()
130 name, frame, hex_string (frameaddr), expr); in mi_cmd_var_create()
132 var = varobj_create (name, expr, frameaddr, var_type); in mi_cmd_var_create()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.h1314 #define DYNAMIC_CHAIN_ADDRESS(frameaddr) \ argument
1315 nds32_dynamic_chain_address (frameaddr)
1317 #define RETURN_ADDR_RTX(count, frameaddr) \ argument
1318 nds32_return_addr_rtx (count, frameaddr)
H A Dnds32.c4483 nds32_dynamic_chain_address (rtx frameaddr) in nds32_dynamic_chain_address() argument
4489 return plus_constant (Pmode, frameaddr, -12); in nds32_dynamic_chain_address()
4495 return plus_constant (Pmode, frameaddr, -8); in nds32_dynamic_chain_address()
4501 rtx frameaddr) in nds32_return_addr_rtx() argument
4511 addr = plus_constant (Pmode, frameaddr, offset); in nds32_return_addr_rtx()
/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.h1314 #define DYNAMIC_CHAIN_ADDRESS(frameaddr) \ argument
1315 nds32_dynamic_chain_address (frameaddr)
1317 #define RETURN_ADDR_RTX(count, frameaddr) \ argument
1318 nds32_return_addr_rtx (count, frameaddr)
H A Dnds32.c4483 nds32_dynamic_chain_address (rtx frameaddr) in nds32_dynamic_chain_address() argument
4489 return plus_constant (Pmode, frameaddr, -12); in nds32_dynamic_chain_address()
4495 return plus_constant (Pmode, frameaddr, -8); in nds32_dynamic_chain_address()
4501 rtx frameaddr) in nds32_return_addr_rtx() argument
4511 addr = plus_constant (Pmode, frameaddr, offset); in nds32_return_addr_rtx()
H A Dnds32.cc4485 nds32_dynamic_chain_address (rtx frameaddr) in nds32_dynamic_chain_address() argument
4491 return plus_constant (Pmode, frameaddr, -12); in nds32_dynamic_chain_address()
4497 return plus_constant (Pmode, frameaddr, -8); in nds32_dynamic_chain_address()
4503 rtx frameaddr) in nds32_return_addr_rtx() argument
4513 addr = plus_constant (Pmode, frameaddr, offset); in nds32_return_addr_rtx()
/netbsd/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc1369 cris_return_addr_rtx (int count, rtx frameaddr ATTRIBUTE_UNUSED) in cris_return_addr_rtx()
H A Dcris.c1266 cris_return_addr_rtx (int count, rtx frameaddr ATTRIBUTE_UNUSED) in cris_return_addr_rtx()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c1266 cris_return_addr_rtx (int count, rtx frameaddr ATTRIBUTE_UNUSED) in cris_return_addr_rtx()
/netbsd/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.c4803 pa_return_addr_rtx (int count, rtx frameaddr) in pa_return_addr_rtx() argument
4884 plus_constant (Pmode, frameaddr, in pa_return_addr_rtx()
H A Dpa.cc4837 pa_return_addr_rtx (int count, rtx frameaddr) in pa_return_addr_rtx() argument
4918 plus_constant (Pmode, frameaddr, in pa_return_addr_rtx()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c4803 pa_return_addr_rtx (int count, rtx frameaddr) in pa_return_addr_rtx() argument
4884 plus_constant (Pmode, frameaddr, in pa_return_addr_rtx()
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in2489 @defmac DYNAMIC_CHAIN_ADDRESS (@var{frameaddr})
2492 @var{frameaddr} is an RTL expression for the address of the stack frame
2496 of @var{frameaddr}---that is, the stack frame address is also the
2510 @defmac FRAME_ADDR_RTX (@var{frameaddr})
2512 address for the current frame. @var{frameaddr} is the frame pointer
2518 @defmac RETURN_ADDR_RTX (@var{count}, @var{frameaddr})
2521 the prologue. @var{frameaddr} is the frame pointer of the @var{count}
H A Dtm.texi3092 @defmac DYNAMIC_CHAIN_ADDRESS (@var{frameaddr})
3095 @var{frameaddr} is an RTL expression for the address of the stack frame
3099 of @var{frameaddr}---that is, the stack frame address is also the
3119 @defmac FRAME_ADDR_RTX (@var{frameaddr})
3121 address for the current frame. @var{frameaddr} is the frame pointer
3127 @defmac RETURN_ADDR_RTX (@var{count}, @var{frameaddr})
3130 the prologue. @var{frameaddr} is the frame pointer of the @var{count}
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtm.texi.in2494 @defmac DYNAMIC_CHAIN_ADDRESS (@var{frameaddr})
2497 @var{frameaddr} is an RTL expression for the address of the stack frame
2501 of @var{frameaddr}---that is, the stack frame address is also the
2515 @defmac FRAME_ADDR_RTX (@var{frameaddr})
2517 address for the current frame. @var{frameaddr} is the frame pointer
2523 @defmac RETURN_ADDR_RTX (@var{count}, @var{frameaddr})
2526 the prologue. @var{frameaddr} is the frame pointer of the @var{count}
H A Dtm.texi3193 @defmac DYNAMIC_CHAIN_ADDRESS (@var{frameaddr})
3196 @var{frameaddr} is an RTL expression for the address of the stack frame
3200 of @var{frameaddr}---that is, the stack frame address is also the
3220 @defmac FRAME_ADDR_RTX (@var{frameaddr})
3222 address for the current frame. @var{frameaddr} is the frame pointer
3228 @defmac RETURN_ADDR_RTX (@var{count}, @var{frameaddr})
3231 the prologue. @var{frameaddr} is the frame pointer of the @var{count}