Searched refs:arange (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | mem_hooks.cpp | 35 auto arange = reinterpret_cast<PandaHooks::AddrRange *>(data); in FindLibDwarfCodeRegion() local 41 *arange = PandaHooks::AddrRange(info->dlpi_addr + phdr.p_vaddr, phdr.p_memsz); in FindLibDwarfCodeRegion()
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | debug_info.cpp | 278 Dwarf_Arange arange = nullptr; in FindCompUnitByPc() local 280 if (dwarf_get_arange(aranges_, arange_count_, pc, &arange, nullptr) == DW_DLV_OK && in FindCompUnitByPc() 281 dwarf_get_cu_die_offset(arange, &offset, nullptr) == DW_DLV_OK && in FindCompUnitByPc()
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
D | debug_info.cpp | 362 Dwarf_Arange arange = nullptr; in FindCompUnitByPc() local 364 if (dwarf_get_arange(aranges_, arangeCount_, pc, &arange, nullptr) == DW_DLV_OK && in FindCompUnitByPc() 365 dwarf_get_cu_die_offset(arange, &offset, nullptr) == DW_DLV_OK && in FindCompUnitByPc()
|