Home
last modified time | relevance | path

Searched refs:GetLoadAddress (Results 1 – 25 of 116) sorted by relevance

12345

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddressRange.cpp97 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress()
101 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress()
115 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress()
178 vmaddr = m_base_addr.GetLoadAddress(target); in Dump()
H A DValueObjectMemory.cpp63 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory()
93 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory()
193 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue()
H A DAddress.cpp311 addr_t Address::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Address
348 code_addr = GetLoadAddress(target); in GetCallableLoadAddress()
370 addr_t code_addr = GetLoadAddress(target); in GetOpcodeLoadAddress()
468 addr_t load_addr = GetLoadAddress(target); in Dump()
774 addr_t load_addr = GetLoadAddress(target); in Dump()
938 addr_t a_load_addr = a.GetLoadAddress(target); in CompareLoadAddress()
939 addr_t b_load_addr = b.GetLoadAddress(target); in CompareLoadAddress()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAddress.i85 GetLoadAddress (const lldb::SBTarget &target) const;
153 return self.GetLoadAddress (target)
166 return self.GetLoadAddress (target)
H A DSBTraceCursor.i50 lldb::addr_t GetLoadAddress() const;
H A DSBBreakpointLocation.i43 GetLoadAddress ();
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress() function in DynamicLoaderWindowsDYLD
131 lldb::addr_t load_addr = GetLoadAddress(executable); in DidAttach()
158 lldb::addr_t load_addr = GetLoadAddress(executable); in DidLaunch()
H A DDynamicLoaderWindowsDYLD.h45 lldb::addr_t GetLoadAddress(lldb::ModuleSP executable);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp115 lldb::addr_t SBTraceCursor::GetLoadAddress() const { in GetLoadAddress() function in SBTraceCursor
118 return m_opaque_sp->GetLoadAddress(); in GetLoadAddress()
H A DSBAddress.cpp107 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const { in GetLoadAddress() function in SBAddress
115 addr = m_opaque_up->GetLoadAddress(target_sp.get()); in GetLoadAddress()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py124 function_start_load_addr = block_range_start_addr.GetLoadAddress(
127 … function_start_load_addr = function.GetStartAddress().GetLoadAddress(self.target)
130 … function_start_load_addr = symbol.GetStartAddress().GetLoadAddress(self.target)
172 sect_load_addr = section.GetLoadAddress(target)
554 self.target, inlined_parent_so_addr.GetLoadAddress(
581 inst_pc = inst.GetAddress().GetLoadAddress(target)
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp229 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeZerothFrame()
236 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeZerothFrame()
251 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeZerothFrame()
294 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeZerothFrame()
557 m_current_offset = pc - m_start_pc.GetLoadAddress(&process->GetTarget()); in InitializeNonZerothFrame()
602 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
609 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeNonZerothFrame()
632 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
648 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
684 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeNonZerothFrame()
[all …]
H A DThreadPlanCallFunction.cpp78 start_load_addr = m_start_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
92 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
226 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
H A DThreadPlanCallFunctionUsingABI.cpp53 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp295 dispatch_queue_offsets_symbol->GetLoadAddress(&m_process->GetTarget()); in ReadLibdispatchOffsetsAddress()
339 libpthread_layout_offsets_symbol->GetLoadAddress( in ReadLibpthreadOffsetsAddress()
386 libdispatch_tsd_indexes_symbol->GetLoadAddress( in ReadLibdispatchTSDIndexesAddress()
633 addr_range.GetBaseAddress().GetLoadAddress(&target); in BacktraceRecordingHeadersInitialized()
647 addr_range.GetBaseAddress().GetLoadAddress(&target); in BacktraceRecordingHeadersInitialized()
661 addr_range.GetBaseAddress().GetLoadAddress(&target); in BacktraceRecordingHeadersInitialized()
675 addr_range.GetBaseAddress().GetLoadAddress(&target); in BacktraceRecordingHeadersInitialized()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp138 m_resolved_addr = m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
149 m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
H A DBreakpointSiteList.cpp25 lldb::addr_t bp_site_load_addr = bp->GetLoadAddress(); in Add()
190 if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound) in FindInRange()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h165 lldb::addr_t GetLoadAddress() const;
H A DSBSection.h43 lldb::addr_t GetLoadAddress(lldb::SBTarget &target);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h244 virtual lldb::addr_t GetLoadAddress() const = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp587 addr_t DynamicLoaderDarwinKernel::KextImageInfo::GetLoadAddress() const { in GetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
614 return m_name == rhs.GetName() && m_load_address == rhs.GetLoadAddress(); in operator ==()
972 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS) { in LoadKernelModuleIfNeeded()
974 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS && in LoadKernelModuleIfNeeded()
981 kernel_object_file->GetBaseAddress().GetLoadAddress( in LoadKernelModuleIfNeeded()
1000 if (m_kernel.GetLoadAddress() != LLDB_INVALID_ADDRESS) { in LoadKernelModuleIfNeeded()
1172 } else if (image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS && in ParseKextSummaries()
/openbsd-src/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dexample.py48 return value.CreateValueFromAddress(new_name, value.GetLoadAddress(),
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h27 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp44 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h290 GetLoadAddress(caller_address, caller, target)}; in GetCallerAddress()
315 static lldb::addr_t GetLoadAddress(lldb::addr_t unresolved_pc,

12345