Searched refs:frame_base (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/src/tests/ |
D | run-varlocs.sh | 31 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 …]
|
D | run-readelf-dwz-multi.sh | 109 frame_base (exprloc) 170 frame_base (exprloc) 227 frame_base (exprloc) 267 frame_base (exprloc) 306 frame_base (exprloc)
|
D | run-show-die-info.sh | 40 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/ |
D | DWARFDebugInfoEntry.cpp | 752 DWARFExpression *frame_base in GetDIENamesAndRanges() 871 if (frame_base) in GetDIENamesAndRanges() 877 frame_base->SetOpcodeData(debug_info_data, block_offset, block_length); in GetDIENamesAndRanges() 887 … frame_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()
|
D | DWARFDebugInfoEntry.h | 315 lldb_private::DWARFExpression *frame_base = NULL) const;
|
D | SymbolFileDWARF.cpp | 1032 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/ |
D | StackFrame.cpp | 1109 StackFrame::GetFrameBaseValue (Scalar &frame_base, Error *error_ptr) in GetFrameBaseValue() argument 1144 frame_base = m_frame_base; in GetFrameBaseValue()
|
/external/elfutils/src/libdw/ |
D | known-dwarf.h | 96 ONE_KNOWN_DW_AT (frame_base, DW_AT_frame_base) \
|
/external/pcre/dist/ |
D | pcre_exec.c | 6296 release_match_heapframes (heapframe *frame_base) in release_match_heapframes() argument 6298 heapframe *nextframe = frame_base->Xnextframe; in release_match_heapframes()
|