Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
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: {call_frame_cfa {bregx(7,8)}}
[all …]
Drun-readelf-dwz-multi.sh109 frame_base (exprloc)
170 frame_base (exprloc)
227 frame_base (exprloc)
267 frame_base (exprloc)
306 frame_base (exprloc)
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/
DDWARFDebugInfoEntry.cpp752 DWARFExpression *frame_base in GetDIENamesAndRanges()
871 if (frame_base) in GetDIENamesAndRanges()
877 frame_base->SetOpcodeData(debug_info_data, block_offset, block_length); in GetDIENamesAndRanges()
887frame_base->SetOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length); in GetDIENamesAndRanges()
891 frame_base->SetLocationListSlide(lo_pc - cu->GetBaseAddress()); in GetDIENamesAndRanges()
924 frame_base->SetLocationListSlide (lowest_range_pc - cu->GetBaseAddress()); in GetDIENamesAndRanges()
DDWARFDebugInfoEntry.h315 lldb_private::DWARFExpression *frame_base = NULL) const;
DSymbolFileDWARF.cpp1032 DWARFExpression frame_base; in ParseCompileUnitFunction() local
1050 &frame_base)) in ParseCompileUnitFunction()
1096 if (frame_base.IsValid()) in ParseCompileUnitFunction()
1097 func_sp->GetFrameBaseExpression() = frame_base; in ParseCompileUnitFunction()
/external/lldb/source/Target/
DStackFrame.cpp1109 StackFrame::GetFrameBaseValue (Scalar &frame_base, Error *error_ptr) in GetFrameBaseValue() argument
1144 frame_base = m_frame_base; in GetFrameBaseValue()
/external/elfutils/src/libdw/
Dknown-dwarf.h96 ONE_KNOWN_DW_AT (frame_base, DW_AT_frame_base) \
/external/pcre/dist/
Dpcre_exec.c6296 release_match_heapframes (heapframe *frame_base) in release_match_heapframes() argument
6298 heapframe *nextframe = frame_base->Xnextframe; in release_match_heapframes()