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

1 2

  /external/lldb/include/lldb/Target/
SectionLoadList.h 56 ResolveLoadAddress (lldb::addr_t load_addr, Address &so_addr) const;
  /external/lldb/test/python_api/default-constructor/
sb_target.py 31 address = obj.ResolveLoadAddress(0xffff)
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 102 if (target->GetSectionLoadList().ResolveLoadAddress (vtable_address_point, address_point_address))
255 if (!target->GetSectionLoadList().ResolveLoadAddress (dynamic_addr, dynamic_address))
  /external/lldb/source/API/
SBAddress.cpp 148 *this = target.ResolveLoadAddress(load_addr);
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/Breakpoint/
BreakpointLocationList.cpp 128 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), so_addr);
  /external/lldb/source/Target/
SectionLoadList.cpp 202 SectionLoadList::ResolveLoadAddress (addr_t load_addr, Address &so_addr) const
ThreadPlanTracer.cpp 193 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr);
Target.cpp 319 m_section_load_list.ResolveLoadAddress(addr, so_addr);
    [all...]
  /external/lldb/test/python_api/value/
TestValueAPI.py 105 symbol = target.ResolveLoadAddress(int(pointed.GetLocation(), 0)).GetSymbol()
  /external/lldb/include/lldb/API/
SBTarget.h 633 ResolveLoadAddress (lldb::addr_t vm_addr);
  /external/lldb/source/Commands/
CommandObjectRegister.cpp 113 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress(reg_addr, so_reg_addr))
CommandObjectDisassemble.cpp 452 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.symbol_containing_addr, symbol_containing_address))
CommandObjectSource.cpp 643 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.address, so_addr))
    [all...]
  /external/lldb/source/Core/
Value.cpp 373 if (target_sections.ResolveLoadAddress(address, file_so_addr))
Address.cpp 117 if (target->GetSectionLoadList().ResolveLoadAddress (deref_addr, deref_so_addr))
    [all...]
DataExtractor.cpp     [all...]
Disassembler.cpp 115 target->GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), resolved_addr);
    [all...]
  /external/lldb/examples/darwin/heap_find/
heap.py 272 sb_addr = lldb.debugger.GetSelectedTarget().ResolveLoadAddress(ptr_addr + offset)
275 sb_addr = lldb.debugger.GetSelectedTarget().ResolveLoadAddress(ptr_addr + offset)
    [all...]
  /external/lldb/scripts/Python/interface/
SBTarget.i 632 ResolveLoadAddress (lldb::addr_t vm_addr);
  /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/examples/python/
symbolication.py 62 self.so_addr = self.target.ResolveLoadAddress (self.load_addr)
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 825 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr);
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp     [all...]

Completed in 721 milliseconds

1 2