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

/external/elfutils/src/tests/
H A Drun-varlocs.sh31 frame_base: {call_frame_cfa {bregx(4,4)}}
37 frame_base: {call_frame_cfa {bregx(4,4)}}
44 frame_base: {call_frame_cfa {bregx(4,4)}}
48 frame_base: {call_frame_cfa {bregx(4,4)}}
55 frame_base: {call_frame_cfa {bregx(7,8)}}
61 frame_base: {call_frame_cfa {bregx(7,8)}}
76 frame_base: {call_frame_cfa {bregx(7,8)}}
90 frame_base: {call_frame_cfa {bregx(7,8)}}
104 frame_base: {call_frame_cfa {bregx(7,8)}}
118 frame_base
[all...]
H A Drun-readelf-dwz-multi.sh109 frame_base (exprloc)
170 frame_base (exprloc)
227 frame_base (exprloc)
267 frame_base (exprloc)
306 frame_base (exprloc)
H A Drun-show-die-info.sh40 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
64 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
88 Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
138 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
925 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
949 Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp752 DWARFExpression *frame_base
871 if (frame_base)
877 frame_base->SetOpcodeData(debug_info_data, block_offset, block_length);
887 frame_base->SetOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length);
891 frame_base->SetLocationListSlide(lo_pc - cu->GetBaseAddress());
924 frame_base->SetLocationListSlide (lowest_range_pc - cu->GetBaseAddress());
H A DDWARFDebugInfoEntry.h315 lldb_private::DWARFExpression *frame_base = NULL) const;
H A DSymbolFileDWARF.cpp1032 DWARFExpression frame_base; local
1050 &frame_base))
1096 if (frame_base.IsValid())
1097 func_sp->GetFrameBaseExpression() = frame_base;
/external/lldb/source/Target/
H A DStackFrame.cpp1109 StackFrame::GetFrameBaseValue (Scalar &frame_base, Error *error_ptr) argument
1144 frame_base = m_frame_base;
/external/elfutils/src/libdw/
H A Dknown-dwarf.h96 ONE_KNOWN_DW_AT (frame_base, DW_AT_frame_base) \
/external/pcre/dist/
H A Dpcre_exec.c6296 release_match_heapframes (heapframe *frame_base) argument
6298 heapframe *nextframe = frame_base->Xnextframe;

Completed in 873 milliseconds