/external/lldb/include/lldb/Target/ |
D | SectionLoadList.h | 56 ResolveLoadAddress (lldb::addr_t load_addr, Address &so_addr) const;
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 102 … if (target->GetSectionLoadList().ResolveLoadAddress (vtable_address_point, address_point_address)) in GetDynamicTypeAndAddress() 255 … if (!target->GetSectionLoadList().ResolveLoadAddress (dynamic_addr, dynamic_address)) in GetDynamicTypeAndAddress()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_target.py | 31 address = obj.ResolveLoadAddress(0xffff)
|
/external/lldb/test/python_api/value/ |
D | TestValueAPI.py | 105 symbol = target.ResolveLoadAddress(int(pointed.GetLocation(), 0)).GetSymbol()
|
/external/lldb/source/API/ |
D | SBBreakpoint.cpp | 160 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false) in FindLocationByAddress() 180 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false) in FindLocationIDByAddress()
|
D | SBAddress.cpp | 148 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
|
D | SBTarget.cpp | 1244 SBTarget::ResolveLoadAddress (lldb::addr_t vm_addr) in ResolveLoadAddress() function in SBTarget 1252 if (target_sp->GetSectionLoadList().ResolveLoadAddress (vm_addr, addr)) in ResolveLoadAddress() 2371 return GetInstructionsWithFlavor (ResolveLoadAddress(base_addr), NULL, buf, size); in GetInstructions() 2377 return GetInstructionsWithFlavor (ResolveLoadAddress(base_addr), flavor_string, buf, size); in GetInstructionsWithFlavor()
|
/external/lldb/source/Target/ |
D | ThreadPlanTracer.cpp | 193 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr); in Log()
|
D | SectionLoadList.cpp | 202 SectionLoadList::ResolveLoadAddress (addr_t load_addr, Address &so_addr) const in ResolveLoadAddress() function in SectionLoadList
|
D | Target.cpp | 319 m_section_load_list.ResolveLoadAddress(addr, so_addr); in CreateBreakpoint() 1300 m_section_load_list.ResolveLoadAddress (load_addr, resolved_addr); in ReadMemory() 1525 m_section_load_list.ResolveLoadAddress (pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()
|
/external/lldb/source/Breakpoint/ |
D | BreakpointLocationList.cpp | 128 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), so_addr); in FindByAddress()
|
/external/lldb/source/Core/ |
D | Address.cpp | 117 if (target->GetSectionLoadList().ResolveLoadAddress (deref_addr, deref_so_addr)) in ReadAddress() 1039 if (target && target->GetSectionLoadList().ResolveLoadAddress(load_addr, *this)) in SetLoadAddress()
|
D | Value.cpp | 373 if (target_sections.ResolveLoadAddress(address, file_so_addr)) in GetValueAsData()
|
D | DataExtractor.cpp | 1395 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in Dump() 1879 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in Dump()
|
D | Disassembler.cpp | 115 target->GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), resolved_addr); in ResolveAddress()
|
/external/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 113 … if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress(reg_addr, so_reg_addr)) in DumpRegister()
|
D | CommandObjectDisassemble.cpp | 452 …if (target->GetSectionLoadList().ResolveLoadAddress (m_options.symbol_containing_addr, symbol_cont… in DoExecute()
|
D | CommandObjectSource.cpp | 643 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.address, so_addr)) in DoExecute()
|
/external/lldb/examples/darwin/heap_find/ |
D | heap.py | 272 sb_addr = lldb.debugger.GetSelectedTarget().ResolveLoadAddress(ptr_addr + offset) 275 sb_addr = lldb.debugger.GetSelectedTarget().ResolveLoadAddress(ptr_addr + offset)
|
/external/lldb/include/lldb/API/ |
D | SBTarget.h | 633 ResolveLoadAddress (lldb::addr_t vm_addr);
|
/external/lldb/scripts/Python/interface/ |
D | SBTarget.i | 632 ResolveLoadAddress (lldb::addr_t vm_addr);
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.cpp | 120 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (current_pc, m_current_pc); in InitializeZerothFrame() 279 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, m_current_pc); in InitializeNonZerothFrame()
|
/external/lldb/examples/python/ |
D | symbolication.py | 62 self.so_addr = self.target.ResolveLoadAddress (self.load_addr)
|
/external/lldb/source/Plugins/Disassembler/llvm/ |
D | DisassemblerLLVMC.cpp | 825 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 1531 …if (m_process->GetTarget().GetSectionLoadList().ResolveLoadAddress(m_dyld_all_image_infos.notifica… in SetNotificationBreakpoint()
|