Searched refs:frame_base (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/gdb/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);
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.c62 const struct frame_base default_frame_base = {
74 const struct frame_base *default_base;
122 const struct frame_base *default_base)
128 const struct frame_base *
136 const struct frame_base *desc = NULL;
H A Ddwarf2-frame.h91 extern const struct frame_base *
H A Dalpha-mdebug-tdep.c358 static const struct frame_base alpha_mdebug_frame_base = {
365 static const struct frame_base *
H A Ds390-tdep.c1753 CORE_ADDR frame_base; member in struct:s390_unwind_cache
1926 and the top of the register save area as frame_base. */
1929 info->frame_base = prev_sp + 16*word_size + 32;
1969 and the top of the register save area as frame_base. */
1970 info->frame_base = backchain + 16*word_size + 32;
1989 info->frame_base = -1;
2008 if (info->frame_base == -1)
2011 *this_id = frame_id_build (info->frame_base, info->func);
2046 CORE_ADDR frame_base; member in struct:s390_stub_unwind_cache
2071 info->frame_base
2124 CORE_ADDR frame_base; member in struct:s390_sigtramp_unwind_cache
[all...]
H A Dframe.h69 struct frame_base;
H A Ddwarf2-frame.c878 static const struct frame_base dwarf2_frame_base =
886 const struct frame_base *
H A Dalpha-tdep.c1230 static const struct frame_base alpha_heuristic_frame_base = {
H A Damd64-tdep.c997 static const struct frame_base amd64_frame_base =
H A Dsparc-tdep.c801 static const struct frame_base sparc32_frame_base =
H A Dsparc64-tdep.c589 static const struct frame_base sparc64_frame_base =
H A Dframe.c120 const struct frame_base *base;
H A Di386-tdep.c1043 static const struct frame_base i386_frame_base =
H A Darm-tdep.c1036 struct frame_base arm_normal_base = {
H A Dmips-tdep.c1717 static const struct frame_base mips_mdebug_frame_base = {
1724 static const struct frame_base *
H A Dia64-tdep.c2096 static const struct frame_base ia64_frame_base =
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h92 lldb_private::DWARFExpression *frame_base) const;
H A DDWARFDebugInfoEntry.h122 lldb_private::DWARFExpression *frame_base = nullptr) const;
H A DDWARFDIE.cpp413 lldb_private::DWARFExpression *frame_base) const {
417 call_file, call_line, call_column, frame_base);
H A DDWARFDebugInfoEntry.cpp230 DWARFExpression *frame_base) const {
339 if (frame_base) {
344 *frame_base = DWARFExpression(
351 *frame_base = DWARFExpression(module, data, cu);
354 frame_base->SetLocationListAddresses(cu->GetBaseAddress(),
383 frame_base->SetLocationListAddresses(cu->GetBaseAddress(), lowest_range_pc);
H A DDWARFASTParserClang.cpp2283 DWARFExpression frame_base; local
2292 &frame_base)) {
2374 if (frame_base.IsValid())
2375 func_sp->GetFrameBaseExpression() = frame_base;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1070 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { argument
1109 frame_base = m_frame_base;

Completed in 224 milliseconds