HomeSort by relevance Sort by last modified time
    Searched refs:GetSectionLoadList (Results 1 - 25 of 25) sorted by null

  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 100 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/
DynamicLoaderStatic.cpp 137 if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->GetFileAddress()))
  /external/lldb/source/Commands/
CommandObjectDisassemble.cpp 448 && !target->GetSectionLoadList().IsEmpty())
452 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.symbol_containing_addr, symbol_containing_address))
CommandObjectSource.cpp 613 if (target->GetSectionLoadList().IsEmpty())
643 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.address, so_addr))
    [all...]
CommandObjectRegister.cpp 113 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress(reg_addr, so_reg_addr))
CommandObjectTarget.cpp     [all...]
  /external/lldb/source/Core/
Section.cpp 126 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress (const_cast<Section *>(this)->shared_from_this());
511 bool target_has_loaded_sections = target && !target->GetSectionLoadList().IsEmpty();
Address.cpp 115 if (target && !target->GetSectionLoadList().IsEmpty())
117 if (target->GetSectionLoadList().ResolveLoadAddress (deref_addr, deref_so_addr))
    [all...]
Value.cpp 369 const SectionLoadList &target_sections = target->GetSectionLoadList();
Disassembler.cpp 109 if (target->GetSectionLoadList().IsEmpty())
115 target->GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), resolved_addr);
    [all...]
DataExtractor.cpp     [all...]
Module.cpp     [all...]
Debugger.cpp     [all...]
ValueObject.cpp 803 if (target && target->GetSectionLoadList().IsEmpty() == false)
805 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, so_addr))
    [all...]
  /external/lldb/source/Breakpoint/
BreakpointLocationList.cpp 128 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), so_addr);
  /external/lldb/source/Target/
ThreadPlanTracer.cpp 193 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr);
Process.cpp     [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 485 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))
    [all...]
  /external/lldb/include/lldb/Target/
Target.h 925 GetSectionLoadList()
931 GetSectionLoadList() const
    [all...]
  /external/lldb/source/API/
SBBreakpoint.cpp 160 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false)
180 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false)
SBTarget.cpp     [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 823 else if (target && !target->GetSectionLoadList().IsEmpty())
825 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr);
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.cpp 216 SectionLoadList &load_list = m_process->GetTarget().GetSectionLoadList();
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextLLDB.cpp 120 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (current_pc, m_current_pc);
279 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, m_current_pc);
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp     [all...]

Completed in 309 milliseconds