/external/elfutils/tests/ |
D | run-exprlocs.sh | 51 low_pc (addr) 90 low_pc (addr) 120 low_pc (addr) 149 low_pc (addr) 153 low_pc (addr) 156 low_pc (addr) 159 low_pc (addr) 162 low_pc (addr)
|
D | run-attr-integrate-skel.sh | 28 low_pc addr: 0x401160 33 low_pc addr: 0x0 42 low_pc addr: 0x401160 47 low_pc addr: 0x0
|
D | run-readelf-dwz-multi.sh | 92 low_pc (addr) 0x00000000004006ac <main> 107 low_pc (addr) 0x00000000004006ac <main> 153 low_pc (addr) 0x00000000004006ac <main> 168 low_pc (addr) 0x00000000004006ac <main> 213 low_pc (addr) +0x0000000000000670 <call_foo> 225 low_pc (addr) +0x0000000000000670 <call_foo> 253 low_pc (addr) +0x0000000000000670 <call_foo> 265 low_pc (addr) +0x0000000000000670 <call_foo> 292 low_pc (addr) 0x00000000004004ec <main> 304 low_pc (addr) 0x00000000004004ec <main>
|
D | run-readelf-const-values.sh | 72 low_pc (addr) 0x00000000004004d0 81 low_pc (addr) 0x00000000004004d0 111 low_pc (addr) 000000000000000000 119 low_pc (addr) 0x00000000004003e0 174 low_pc (addr) 0x00000000004003e7
|
D | run-show-die-info.sh | 30 Attrs : name stmt_list low_pc high_pc language comp_dir producer 40 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 54 Attrs : name stmt_list low_pc high_pc language comp_dir producer 64 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 78 Attrs : name stmt_list low_pc high_pc language comp_dir producer 88 … Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type 128 Attrs : name stmt_list low_pc high_pc language comp_dir producer 138 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 915 Attrs : name stmt_list low_pc high_pc language comp_dir producer 925 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type [all …]
|
D | run-readelf-discr.sh | 86 low_pc (addr) 000000000000000000 226 low_pc (addr) 0x0000000000000734 243 low_pc (addr) 000000000000000000 333 low_pc (addr) 0x0000000000000386
|
D | run-readelf-zdebug-rel.sh | 59 low_pc (addr) 000000000000000000 69 low_pc (addr) 000000000000000000 164 low_pc (addr) 000000000000000000 174 low_pc (addr) 000000000000000000
|
D | run-readelf-types.sh | 34 low_pc (addr) 0x00000000004005b0 <main> 43 low_pc (addr) 0x00000000004005b0 <main>
|
D | run-readelf-ranges.sh | 191 low_pc (addr) 0x0000000000401160 <foo> 203 low_pc (addr) 000000000000000000
|
D | run-readelf-loc.sh | 919 low_pc (addr) 000000000000000000 944 low_pc (GNU_addr_index) [4] 0x0000000000401050 <main> 979 low_pc (GNU_addr_index) [1] 0x000000000040107f <main+0x2f> 1010 low_pc (addr) 0x0000000000401180 <popcount> 1021 low_pc (addr) 0x0000000000401180 <popcount>
|
D | run-varlocs.sh | 440 low_pc (addrx) 535 low_pc (GNU_addr_index)
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugAranges.cpp | 74 void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc, in AppendRange() argument 76 if (high_pc > low_pc) in AppendRange() 77 m_aranges.Append(RangeToDIE::Entry(low_pc, high_pc - low_pc, offset)); in AppendRange()
|
D | DWARFDebugAranges.h | 33 void AppendRange(dw_offset_t cu_offset, dw_addr_t low_pc, dw_addr_t high_pc);
|
D | SymbolFileDWARF.cpp | 3679 addr_t low_pc = LLDB_INVALID_ADDRESS; in CollectCallEdges() local 3711 low_pc = form_value.Address(); in CollectCallEdges() 3752 } else if (low_pc != LLDB_INVALID_ADDRESS) { in CollectCallEdges() 3753 caller_address = low_pc; in CollectCallEdges()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | JSONUtils.cpp | 600 lldb::addr_t low_pc = LLDB_INVALID_ADDRESS; in CreateSource() local 602 low_pc = function.GetStartAddress().GetLoadAddress(g_vsc.target); in CreateSource() 603 auto addr_srcref = g_vsc.addr_to_source_ref.find(low_pc); in CreateSource() 615 low_pc = symbol.GetStartAddress().GetLoadAddress(g_vsc.target); in CreateSource() 616 auto addr_srcref = g_vsc.addr_to_source_ref.find(low_pc); in CreateSource() 628 if (low_pc != LLDB_INVALID_ADDRESS && num_insts > 0) { in CreateSource() 641 const auto inst_offset = inst_addr - low_pc; in CreateSource() 670 g_vsc.addr_to_source_ref[low_pc] = sourceReference; in CreateSource()
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 179 low_pc(0), in CUContext() 205 uint64_t low_pc; member 607 if (!ranges_handler->ReadRanges(ranges_, cu_context_->low_pc, &ranges)) { in Finish() 836 cu_context_->low_pc = data; in ProcessAttributeUnsigned()
|
/external/llvm/test/DebugInfo/Generic/ |
D | 2010-04-06-NestedFnDbgInfo.ll | 10 ; Check that the subprogram inside the class definition has low_pc, only
|
/external/llvm-project/llvm/test/DebugInfo/Generic/ |
D | 2010-04-06-NestedFnDbgInfo.ll | 8 ; Check that the subprogram inside the class definition has low_pc, only
|
/external/llvm-project/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 47 ; the absence of high_pc/low_pc/ranges and know that they just need it for
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-loc-offset.ll | 27 ; debug_loc entries are relative to the low_pc of the CU. The loc entry for
|
D | debug-ranges-offset.ll | 6 ; low_pc for the compile unit.
|
/external/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 49 ; the absence of high_pc/low_pc/ranges and know that they just need it for
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | debug-ranges-offset.ll | 6 ; low_pc for the compile unit.
|
D | debug-loc-offset.mir | 27 # debug_loc entries are relative to the low_pc of the CU. The loc entry for
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 224 HANDLE_DW_AT(0x11, low_pc, 2, DWARF)
|