| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | frame-base.h | 28 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 D | frame-base.c | 51 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 D | s390-tdep.c | 1682 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 D | dwarf2-frame.h | 92 extern const struct frame_base *
|
| H A D | alpha-mdebug-tdep.c | 356 static const struct frame_base alpha_mdebug_frame_base = { 363 static const struct frame_base *
|
| H A D | frame.h | 69 struct frame_base;
|
| H A D | vax-tdep.c | 429 static const struct frame_base vax_frame_base =
|
| H A D | mips-tdep.c | 1692 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 D | dwarf2-frame.c | 888 static const struct frame_base dwarf2_frame_base = 896 const struct frame_base *
|
| H A D | m88k-tdep.c | 781 static const struct frame_base m88k_frame_base =
|
| H A D | m32r-tdep.c | 883 static const struct frame_base m32r_frame_base = {
|
| H A D | xstormy16-tdep.c | 747 static const struct frame_base xstormy16_frame_base = {
|
| H A D | avr-tdep.c | 1053 static const struct frame_base avr_frame_base = {
|
| H A D | m68k-tdep.c | 890 static const struct frame_base m68k_frame_base =
|
| H A D | amd64-tdep.c | 1052 static const struct frame_base amd64_frame_base =
|
| H A D | alpha-tdep.c | 1219 static const struct frame_base alpha_heuristic_frame_base = {
|
| H A D | frame.c | 101 const struct frame_base *base;
|
| H A D | frv-tdep.c | 1400 static const struct frame_base frv_frame_base = {
|
| H A D | sparc-tdep.c | 795 static const struct frame_base sparc32_frame_base =
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 239 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 D | DWARFDIE.h | 91 lldb_private::DWARFExpressionList *frame_base) const;
|
| H A D | DWARFDIE.cpp | 444 lldb_private::DWARFExpressionList *frame_base) const { in GetDIENamesAndRanges() 448 call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
|
| H A D | DWARFDebugInfoEntry.h | 107 lldb_private::DWARFExpressionList *frame_base = nullptr) const;
|
| H A D | DWARFASTParserClang.cpp | 2397 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 D | StackFrame.cpp | 1086 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() argument 1125 frame_base = m_frame_base; in GetFrameBaseValue()
|