Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp36 lldb::offset_t addr_offset; in CreateFromStructuredData() local
41 GetKey(OptionNames::AddressOffset), addr_offset); in CreateFromStructuredData()
46 Address address(addr_offset); in CreateFromStructuredData()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/lld/docs/
H A DPartitions.rst86 int32_t addr_offset;
91 containing the soname of the partition, the ``addr_offset`` field is a
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h309 __le32 addr_offset; member
/src/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h325 unsigned int addr_offset; member
/src/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c861 u32 offset = le32_to_cpu(config_list->addr_offset); in iwl_dbg_tlv_apply_config()
917 le32_to_cpu(config_list->addr_offset)); in iwl_dbg_tlv_apply_config()
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c14708 u16 addr_offset[] = { 0x186, 0x195, 0x2c5}; in wlc_phy_ipa_set_tx_digi_filts_nphy() local
14712 write_phy_reg(pi, addr_offset[type] + j, in wlc_phy_ipa_set_tx_digi_filts_nphy()
17040 u16 addr_offset = 0x2c5; in wlc_phy_extpa_set_tx_digi_filts_nphy() local
17043 write_phy_reg(pi, addr_offset + j, in wlc_phy_extpa_set_tx_digi_filts_nphy()