Searched refs:low_pc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugAranges.cpp | 85 void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc, in AppendRange() argument 87 if (high_pc > low_pc) in AppendRange() 88 m_aranges.Append(RangeToDIE::Entry(low_pc, high_pc - low_pc, offset)); in AppendRange()
|
H A D | DWARFDebugAranges.h | 33 void AppendRange(dw_offset_t cu_offset, dw_addr_t low_pc, dw_addr_t high_pc);
|
H A D | SymbolFileDWARF.cpp | 4069 addr_t low_pc = LLDB_INVALID_ADDRESS; in CollectCallEdges() local 4099 low_pc = form_value.Address(); in CollectCallEdges() 4140 } else if (low_pc != LLDB_INVALID_ADDRESS) { in CollectCallEdges() 4141 caller_address = low_pc; in CollectCallEdges()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_frame.c | 191 dwarf_get_fde_range(Dwarf_Fde fde, Dwarf_Addr *low_pc, Dwarf_Unsigned *func_len, in dwarf_get_fde_range() argument 199 if (fde == NULL || low_pc == NULL || func_len == NULL || in dwarf_get_fde_range() 206 *low_pc = fde->fde_initloc; in dwarf_get_fde_range()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6210 Dwarf_Addr low_pc; in dump_dwarf_frame_section() local 6252 if (dwarf_get_fde_range(fde, &low_pc, &func_len, &fde_addr, in dump_dwarf_frame_section() 6305 dump_dwarf_frame_regtable(re, fde, low_pc, 1, in dump_dwarf_frame_section() 6315 (uintmax_t) low_pc, (uintmax_t) (low_pc + func_len)); in dump_dwarf_frame_section() 6318 cie_caf, cie_daf, low_pc, re->dbg); in dump_dwarf_frame_section() 6320 dump_dwarf_frame_regtable(re, fde, low_pc, func_len, in dump_dwarf_frame_section()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 296 HANDLE_DW_AT(0x11, low_pc, 2, DWARF)
|