Home
last modified time | relevance | path

Searched refs:addr_offset (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DBlock.cpp256 const addr_t addr_offset = addr.GetOffset(); in GetRangeContainingAddress() local
258 if (addr_offset >= func_offset && in GetRangeContainingAddress()
259 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
260 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
291 const addr_t addr_offset = addr.GetOffset(); in GetRangeIndexContainingAddress() local
293 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
294 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
295 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp37 lldb::addr_t addr_offset; in CreateFromStructuredData() local
42 GetKey(OptionNames::AddressOffset), addr_offset); in CreateFromStructuredData()
47 Address address(addr_offset); in CreateFromStructuredData()
/llvm-project-15.0.7/lldb/source/API/
H A DSBAddress.cpp143 addr_t addr_offset = m_opaque_up->GetOffset(); in OffsetAddress() local
144 if (addr_offset != LLDB_INVALID_ADDRESS) { in OffsetAddress()
145 m_opaque_up->SetOffset(addr_offset + offset); in OffsetAddress()
/llvm-project-15.0.7/lld/docs/
H A DPartitions.rst86 int32_t addr_offset;
91 containing the soname of the partition, the ``addr_offset`` field is a