Home
last modified time | relevance | path

Searched refs:frame_base (Results 1 – 25 of 38) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dframe-base.h28 struct frame_base;
60 struct frame_base struct
73 typedef const struct frame_base *(frame_base_sniffer_ftype) (struct frame_info *next_frame); argument
86 const struct frame_base *def);
91 extern const struct frame_base *frame_base_find_by_frame (struct frame_info *next_frame);
H A Dframe-base.c51 const struct frame_base default_frame_base = {
70 const struct frame_base *default_base;
95 const struct frame_base *default_base) in frame_base_set_default()
101 const struct frame_base *
110 const struct frame_base *desc = NULL; in frame_base_find_by_frame()
H A Ds390-tdep.c1682 CORE_ADDR frame_base; member
1857 info->frame_base = prev_sp + 16*word_size + 32; in s390_prologue_frame_unwind_cache()
1898 info->frame_base = backchain + 16*word_size + 32; in s390_backchain_frame_unwind_cache()
1917 info->frame_base = -1; in s390_frame_unwind_cache()
1936 if (info->frame_base == -1) in s390_frame_this_id()
1939 *this_id = frame_id_build (info->frame_base, info->func); in s390_frame_this_id()
1974 CORE_ADDR frame_base; member
1999 info->frame_base = reg + 16*word_size + 32; in s390_stub_frame_unwind_cache()
2011 *this_id = frame_id_build (info->frame_base, frame_pc_unwind (next_frame)); in s390_stub_frame_this_id()
2052 CORE_ADDR frame_base; member
[all …]
H A Ddwarf2-frame.h92 extern const struct frame_base *
H A Dalpha-mdebug-tdep.c356 static const struct frame_base alpha_mdebug_frame_base = {
363 static const struct frame_base *
H A Dframe.h69 struct frame_base;
H A Dvax-tdep.c429 static const struct frame_base vax_frame_base =
H A Dmips-tdep.c1692 static const struct frame_base mips_insn16_frame_base =
1700 static const struct frame_base *
2012 static const struct frame_base mips_insn32_frame_base =
2020 static const struct frame_base *
2107 static const struct frame_base mips_stub_frame_base =
2115 static const struct frame_base *
H A Ddwarf2-frame.c888 static const struct frame_base dwarf2_frame_base =
896 const struct frame_base *
H A Dm88k-tdep.c781 static const struct frame_base m88k_frame_base =
H A Dm32r-tdep.c883 static const struct frame_base m32r_frame_base = {
H A Dxstormy16-tdep.c747 static const struct frame_base xstormy16_frame_base = {
H A Davr-tdep.c1053 static const struct frame_base avr_frame_base = {
H A Dm68k-tdep.c890 static const struct frame_base m68k_frame_base =
H A Damd64-tdep.c1052 static const struct frame_base amd64_frame_base =
H A Dalpha-tdep.c1219 static const struct frame_base alpha_heuristic_frame_base = {
H A Dframe.c101 const struct frame_base *base;
H A Dfrv-tdep.c1400 static const struct frame_base frv_frame_base = {
H A Dsparc-tdep.c795 static const struct frame_base sparc32_frame_base =
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp239 DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
348 if (frame_base) { in GetDIENamesAndRanges()
353 *frame_base = in GetDIENamesAndRanges()
365 DWARFExpression::ParseDWARFLocationList(cu, data, frame_base); in GetDIENamesAndRanges()
366 frame_base->SetFuncFileAddress(lo_pc); in GetDIENamesAndRanges()
393 frame_base->SetFuncFileAddress(lowest_range_pc); in GetDIENamesAndRanges()
H A DDWARFDIE.h91 lldb_private::DWARFExpressionList *frame_base) const;
H A DDWARFDIE.cpp444 lldb_private::DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges()
448 call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h107 lldb_private::DWARFExpressionList *frame_base = nullptr) const;
H A DDWARFASTParserClang.cpp2397 DWARFExpressionList frame_base; in ParseFunctionFromDWARF() local
2406 &frame_base)) { in ParseFunctionFromDWARF()
2444 if (frame_base.IsValid()) in ParseFunctionFromDWARF()
2445 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1086 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() argument
1125 frame_base = m_frame_base; in GetFrameBaseValue()

12