Home
last modified time | relevance | path

Searched refs:header_addr (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h40 lldb::addr_t header_addr);
120 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
H A DObjectFileWasm.cpp150 addr_t header_addr) { in CreateMemoryInstance() argument
155 new ObjectFileWasm(module_sp, data_sp, process_sp, header_addr)); in CreateMemoryInstance()
245 lldb::addr_t header_addr) in ObjectFileWasm() argument
246 : ObjectFile(module_sp, process_sp, header_addr, header_data_sp), in ObjectFileWasm()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp150 lldb::addr_t header_addr, in FindPlugin() argument
159 static_cast<void *>(process_sp.get()), header_addr); in FindPlugin()
171 create_callback(module_sp, data_sp, process_sp, header_addr)); in FindPlugin()
263 const ProcessSP &process_sp, lldb::addr_t header_addr, in ObjectFile() argument
267 m_process_wp(process_sp), m_memory_addr(header_addr), m_sections_up(), in ObjectFile()
/freebsd-13.1/stand/i386/libi386/
H A Dmultiboot.h113 multiboot_uint32_t header_addr; member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h120 lldb::addr_t header_addr, lldb::DataBufferSP &data_sp);
183 lldb::addr_t header_addr,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h41 lldb::addr_t header_addr);
H A DObjectFilePDB.cpp108 addr_t header_addr) { in CreateMemoryInstance() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h37 lldb::addr_t header_addr);
H A DObjectFileBreakpad.cpp93 const ProcessSP &process_sp, addr_t header_addr) { in CreateMemoryInstance() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h75 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
169 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
H A DObjectFileELF.cpp392 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr) { in CreateMemoryInstance() argument
399 new ObjectFileELF(module_sp, data_sp, process_sp, header_addr)); in CreateMemoryInstance()
657 addr_t header_addr) in ObjectFileELF() argument
658 : ObjectFile(module_sp, process_sp, header_addr, header_data_sp) {} in ObjectFileELF()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h40 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
H A DObjectFileJIT.cpp79 lldb::addr_t header_addr) { in CreateMemoryInstance() argument
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h30 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h81 VTableRegion(AppleObjCVTables *owner, lldb::addr_t header_addr);
H A DAppleObjCTrampolineHandler.cpp282 AppleObjCVTables *owner, lldb::addr_t header_addr) in VTableRegion() argument
283 : m_valid(true), m_owner(owner), m_header_addr(header_addr), in VTableRegion()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp52 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) in SBModule() argument
55 header_addr); in SBModule()
59 m_opaque_sp = process_sp->ReadModuleFromMemory(FileSpec(), header_addr); in SBModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp299 lldb::addr_t header_addr, Status &error, in GetMemoryObjectFile() argument
310 process_sp->ReadMemory(header_addr, data_up->GetBytes(), in GetMemoryObjectFile()
317 header_addr, data_sp); in GetMemoryObjectFile()
320 s.Printf("0x%16.16" PRIx64, header_addr); in GetMemoryObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h600 uint32_t header_addr; member
905 uint32_t header_addr; member
1361 sys::swapByteOrder(C.header_addr); in swapStruct()
1381 sys::swapByteOrder(C.header_addr); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp385 IO.mapRequired("header_addr", LoadCommand.header_addr); in mapping()
391 IO.mapRequired("header_addr", FVMLib.header_addr); in mapping()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h609 lldb::addr_t header_addr, Status &error,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i128 lldb::addr_t header_addr);
/freebsd-13.1/sys/contrib/ena-com/
H A Dena_com.h173 u8 __iomem *header_addr; member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1835 lldb::addr_t header_addr,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2370 lldb::addr_t header_addr, in ReadModuleFromMemory() argument
2382 shared_from_this(), header_addr, error, size_to_read); in ReadModuleFromMemory()

12