Searched defs:load_addr (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp124 const addr_t load_addr = m_opaque_up->GetRange().base; local
H A DSBAddress.cpp47 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) argument
136 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp111 bool AddressRange::ContainsLoadAddress(addr_t load_addr, Target *target) const { argument
H A DValueObjectMemory.cpp192 lldb::addr_t load_addr = m_address.GetLoadAddress(target); local
H A DDynamicLoader.cpp180 lldb::addr_t load_addr; local
H A DAddress.cpp358 bool Address::SetCallableLoadAddress(lldb::addr_t load_addr, Target *target) { argument
378 bool Address::SetOpcodeLoadAddress(lldb::addr_t load_addr, Target *target, argument
453 addr_t load_addr = GetLoadAddress(target); local
744 addr_t load_addr = GetLoadAddress(target); local
1010 SetLoadAddress(lldb::addr_t load_addr, Target *target, bool allow_section_end) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, argument
124 SetSectionLoadAddress( uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr, bool warn_multiple) argument
145 SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr) argument
H A DSectionLoadList.cpp63 SetSectionLoadAddress(const lldb::SectionSP &section, addr_t load_addr, bool warn_multiple) argument
160 addr_t load_addr = sta_pos->second; local
172 SetSectionUnloaded(const lldb::SectionSP &section_sp, addr_t load_addr) argument
208 ResolveLoadAddress(addr_t load_addr, Address &so_addr, bool allow_section_end) const argument
[all...]
H A DStackFrameList.cpp538 addr_t load_addr = curr_frame_address.GetOpcodeLoadAddress( local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp142 lldb::addr_t load_addr = the_addr.GetLoadAddress(&target); local
H A DBlock.cpp267 bool Block::GetRangeContainingLoadAddress(lldb::addr_t load_addr, argument
H A DSymbol.cpp529 lldb::addr_t load_addr = local
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c155 cvmx_pow_load_addr_t load_addr; local
176 cvmx_pow_load_addr_t load_addr; local
193 cvmx_pow_load_addr_t load_addr; local
235 cvmx_pow_load_addr_t load_addr; local
250 cvmx_pow_load_addr_t load_addr; local
266 cvmx_pow_load_addr_t load_addr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp505 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; local
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_table.c416 load_addr(struct pfr_buffer *b, int argc, char *argv[], char *file, function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp512 GetCorrespondingFrameData(lldb::addr_t load_addr, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp142 const lldb::addr_t load_addr = process_address + m_offset; variable
194 const lldb::addr_t load_addr = process_address + m_offset; variable
339 const lldb::addr_t load_addr = process_address + m_offset; variable
427 const lldb::addr_t load_addr = process_address + m_offset; variable
596 const lldb::addr_t load_addr = process_address + m_offset; variable
677 const lldb::addr_t load_addr = process_address + m_offset; variable
786 const lldb::addr_t load_addr = process_address + m_offset; variable
852 const lldb::addr_t load_addr = process_address + m_offset; variable
952 const lldb::addr_t load_addr = process_address + m_offset; variable
1057 const lldb::addr_t load_addr = process_address + m_offset; variable
1106 const lldb::addr_t load_addr = process_address + m_offset; variable
1124 const lldb::addr_t load_addr = process_address + m_offset; variable
1176 const lldb::addr_t load_addr = process_address + m_offset; variable
1239 const lldb::addr_t load_addr = process_address + m_offset; variable
1299 const lldb::addr_t load_addr = process_address + m_offset; variable
[all...]
H A DDWARFExpression.cpp2095 lldb::addr_t load_addr = local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp51 NativeProcessProtocol::GetMemoryRegionInfo(lldb::addr_t load_addr, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp565 Status NativeProcessNetBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, argument
716 GetFileLoadAddress(const llvm::StringRef &file_name, lldb::addr_t &load_addr) argument
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_console.c861 uint64_t load_addr; local
/freebsd-13-stable/stand/i386/libi386/
H A Dmultiboot.h114 multiboot_uint32_t load_addr; member in struct:multiboot_header
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1692 lldb::addr_t load_addr = m_prev_end_addr; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1006 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp293 Status ProcessElfCore::GetMemoryRegionInfo(lldb::addr_t load_addr, argument

Completed in 442 milliseconds

12