Searched refs:GetSectionLoadList (Results 1 - 25 of 25) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp100 if (target && !target->GetSectionLoadList().IsEmpty())
102 if (target->GetSectionLoadList().ResolveLoadAddress (vtable_address_point, address_point_address))
255 if (!target->GetSectionLoadList().ResolveLoadAddress (dynamic_addr, dynamic_address))
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp137 if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->GetFileAddress()))
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp448 && !target->GetSectionLoadList().IsEmpty())
452 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.symbol_containing_addr, symbol_containing_address))
H A DCommandObjectSource.cpp613 if (target->GetSectionLoadList().IsEmpty())
643 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.address, so_addr))
H A DCommandObjectRegister.cpp113 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress(reg_addr, so_reg_addr))
H A DCommandObjectTarget.cpp1535 if (target && !target->GetSectionLoadList().IsEmpty())
1537 if (!target->GetSectionLoadList().ResolveLoadAddress (addr, so_addr))
2869 if (target->GetSectionLoadList().SetSectionLoadAddress (section_sp, load_addr))
3296 if (target && !target->GetSectionLoadList().IsEmpty())
3583 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.m_addr, addr))
/external/lldb/source/Core/
H A DSection.cpp126 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress (const_cast<Section *>(this)->shared_from_this());
511 bool target_has_loaded_sections = target && !target->GetSectionLoadList().IsEmpty();
H A DAddress.cpp115 if (target && !target->GetSectionLoadList().IsEmpty())
117 if (target->GetSectionLoadList().ResolveLoadAddress (deref_addr, deref_so_addr))
1039 if (target && target->GetSectionLoadList().ResolveLoadAddress(load_addr, *this))
H A DValue.cpp369 const SectionLoadList &target_sections = target->GetSectionLoadList();
H A DDisassembler.cpp109 if (target->GetSectionLoadList().IsEmpty())
115 target->GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), resolved_addr);
H A DDataExtractor.cpp1395 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr))
1401 if (target_sp->GetSectionLoadList().IsEmpty() || !target_sp->GetImages().ResolveFileAddress(addr, so_addr))
1879 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr))
H A DModule.cpp1421 if (target.GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->GetFileAddress() + offset))
H A DDebugger.cpp2490 if (exe_ctx && !target->GetSectionLoadList().IsEmpty())
H A DValueObject.cpp803 if (target && target->GetSectionLoadList().IsEmpty() == false)
805 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, so_addr))
/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp128 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), so_addr);
/external/lldb/source/Target/
H A DThreadPlanTracer.cpp193 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr);
H A DProcess.cpp5583 target.GetSectionLoadList().Clear();
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp485 const addr_t old_section_load_addr = m_process->GetTarget().GetSectionLoadList().GetSectionLoadAddress (section_sp);
489 if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, new_section_load_addr, warn_multiple))
569 if (m_process->GetTarget().GetSectionLoadList().SetSectionUnloaded (section_sp, old_section_load_addr))
1514 m_process->GetTarget().GetSectionLoadList().Clear();
1531 if (m_process->GetTarget().GetSectionLoadList().ResolveLoadAddress(m_dyld_all_image_infos.notification, so_addr))
/external/lldb/include/lldb/Target/
H A DTarget.h925 GetSectionLoadList() function in class:lldb_private::Target
931 GetSectionLoadList() const function in class:lldb_private::Target
/external/lldb/source/API/
H A DSBBreakpoint.cpp160 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false)
180 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false)
H A DSBTarget.cpp1252 if (target_sp->GetSectionLoadList().ResolveLoadAddress (vm_addr, addr))
2403 if (target_sp->GetSectionLoadList().SetSectionLoadAddress (section_sp, section_base_addr))
2435 if (target_sp->GetSectionLoadList().SetSectionUnloaded (section.GetSP()))
2516 changed |= target_sp->GetSectionLoadList().SetSectionUnloaded (section_sp) > 0;
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp823 else if (target && !target->GetSectionLoadList().IsEmpty())
825 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp216 SectionLoadList &load_list = m_process->GetTarget().GetSectionLoadList();
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp120 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (current_pc, m_current_pc);
279 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, m_current_pc);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp924 target.GetSectionLoadList().SetSectionLoadAddress (ondisk_section_sp, memory_section->GetFileAddress());

Completed in 314 milliseconds