Home
last modified time | relevance | path

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

1234

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h141 uint64_t GetLoadAddress() const {return load_address_;} in GetLoadAddress() function
167 return GetLoadAddress() < inInfo.GetLoadAddress();
218 return (*const_cast<DynamicImageRef*>(this)->p).GetLoadAddress() ==
219 (*const_cast<DynamicImageRef&>(inInfo)).GetLoadAddress();
/external/lldb/source/Core/
DAddressRange.cpp104 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress()
108 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress()
124 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress()
172 vmaddr = m_base_addr.GetLoadAddress(target); in Dump()
DValueObjectMemory.cpp68 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory()
108 lldb::addr_t load_address = m_address.GetLoadAddress (target_sp.get()); in ValueObjectMemory()
220 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue()
DAddress.cpp289 Address::GetLoadAddress (Target *target) const in GetLoadAddress() function in Address
324 addr_t code_addr = GetLoadAddress (target); in GetCallableLoadAddress()
346 addr_t code_addr = GetLoadAddress (target); in GetOpcodeLoadAddress()
429 addr_t load_addr = GetLoadAddress (target); in Dump()
739 addr_t load_addr = GetLoadAddress (target); in Dump()
906 addr_t a_load_addr = a.GetLoadAddress (target); in CompareLoadAddress()
907 addr_t b_load_addr = b.GetLoadAddress (target); in CompareLoadAddress()
DValueObjectVariable.cpp152 … loclist_base_load_addr = sc.function->GetAddressRange().GetBaseAddress().GetLoadAddress (target); in UpdateValue()
213 lldb::addr_t load_addr = so_addr.GetLoadAddress (target); in UpdateValue()
/external/lldb/scripts/Python/interface/
DSBAddress.i73 GetLoadAddress (const lldb::SBTarget &target) const;
145 return self.GetLoadAddress (target)
154 return self.GetLoadAddress (target)
DSBValue.i401 GetLoadAddress();
445 __swig_getmethods__["load_addr"] = GetLoadAddress
446 …if _newclass: load_addr = property(GetLoadAddress, None, doc='''A read only property that returns …
DSBBreakpointLocation.i42 GetLoadAddress ();
DSBSection.i72 GetLoadAddress (lldb::SBTarget &target);
/external/lldb/examples/python/
Dsymbolication.py114 … function_start_load_addr = block_range_start_addr.GetLoadAddress (self.target)
116 … function_start_load_addr = function.GetStartAddress().GetLoadAddress (self.target)
119 … function_start_load_addr = symbol.GetStartAddress().GetLoadAddress (self.target)
456 … symbolicated_address = Address(self.target, inlined_parent_so_addr.GetLoadAddress(self.target))
476 inst_pc = inst.GetAddress().GetLoadAddress(target);
/external/lldb/test/python_api/default-constructor/
Dsb_address.py10 obj.GetLoadAddress(lldb.SBTarget())
Dsb_breakpointlocation.py10 obj.GetLoadAddress()
/external/lldb/test/expression_command/issue_11588/
Ds11588.py6 self.load_address = valobj.GetLoadAddress()
/external/lldb/source/API/
DSBAddress.cpp116 SBAddress::GetLoadAddress (const SBTarget &target) const in GetLoadAddress() function in SBAddress
127 addr = m_opaque_ap->GetLoadAddress (target_sp.get()); in GetLoadAddress()
DSBBreakpointLocation.cpp84 SBBreakpointLocation::GetLoadAddress () in GetLoadAddress() function in SBBreakpointLocation
91 ret_addr = m_opaque_sp->GetLoadAddress(); in GetLoadAddress()
/external/lldb/source/Target/
DThreadPlanCallFunction.cpp110 start_load_addr = m_start_addr.GetLoadAddress (target_sp.get()); in ConstructorSetup()
123 function_load_addr = m_function_addr.GetLoadAddress (target_sp.get()); in ConstructorSetup()
332 … s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
DThreadPlanStepInRange.cpp217 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop()
223 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop()
/external/lldb/source/Breakpoint/
DBreakpointSiteList.cpp38 lldb::addr_t bp_site_load_addr = bp->GetLoadAddress(); in Add()
228 if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound) in FindInRange()
DWatchpoint.cpp146 Address watch_address(GetLoadAddress()); in CaptureWatchedValue()
243 GetLoadAddress(), in DumpWithLevel()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp193 …(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTar… in InitializeZerothFrame()
217 (uint64_t) m_current_pc.GetLoadAddress (exe_ctx.GetTargetPtr()), in InitializeZerothFrame()
475 …(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTar… in InitializeNonZerothFrame()
489 …(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTar… in InitializeNonZerothFrame()
551 (uint64_t) m_current_pc.GetLoadAddress (exe_ctx.GetTargetPtr()), (uint64_t) m_cfa); in InitializeNonZerothFrame()
656 addr_t current_pc_addr = m_current_pc.GetLoadAddress (exe_ctx.GetTargetPtr()); in GetFullUnwindPlanForFrame()
1454 start_pc = m_start_pc.GetLoadAddress (CalculateTarget().get()); in GetStartPC()
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h41 GetLoadAddress ();
DSBSection.h53 GetLoadAddress (lldb::SBTarget &target);
/external/lldb/include/lldb/Breakpoint/
DStoppointLocation.h49 GetLoadAddress() const in GetLoadAddress() function
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp581 DynamicLoaderDarwinKernel::KextImageInfo::GetLoadAddress () const in GetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
622 if (m_name == rhs.GetName() && m_load_address == rhs.GetLoadAddress()) in operator ==()
1025 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS) in LoadKernelModuleIfNeeded()
1028 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS && m_kernel.GetModule()) in LoadKernelModuleIfNeeded()
1036 …addr_t load_address = kernel_object_file->GetHeaderAddress().GetLoadAddress(&m_process->GetTarget(… in LoadKernelModuleIfNeeded()
1057 if (m_kernel.GetLoadAddress() != LLDB_INVALID_ADDRESS) in LoadKernelModuleIfNeeded()
1211 else if (image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS && !image_info.GetModule()) in ParseKextSummaries()
/external/lldb/test/python_api/thread/
DTestThreadAPI.py268 start_addr = lineEntry.GetStartAddress().GetLoadAddress(target)
269 end_addr = lineEntry.GetEndAddress().GetLoadAddress(target)

1234