Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp172 lldb::addr_t header_addr, in FindPlugin() argument
183 static_cast<void *>(process_sp.get()), header_addr); in FindPlugin()
195 create_callback(module_sp, data_sp, process_sp, header_addr)); in FindPlugin()
286 const ProcessSP &process_sp, lldb::addr_t header_addr, in ObjectFile() argument
291 m_memory_addr(header_addr), m_sections_ap(), m_symtab_ap(), in ObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h108 lldb::addr_t header_addr, lldb::DataBufferSP &data_sp);
179 lldb::addr_t header_addr,
/freebsd-12.1/stand/i386/libi386/
H A Dmultiboot.h113 multiboot_uint32_t header_addr; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h41 lldb::addr_t header_addr);
H A DObjectFileBreakpad.cpp231 const ProcessSP &process_sp, addr_t header_addr) { in CreateMemoryInstance() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h81 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
170 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
H A DObjectFileELF.cpp451 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr) { in CreateMemoryInstance() argument
458 new ObjectFileELF(module_sp, data_sp, process_sp, header_addr)); in CreateMemoryInstance()
787 addr_t header_addr) in ObjectFileELF() argument
788 : ObjectFile(module_sp, process_sp, header_addr, header_data_sp), in ObjectFileELF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h45 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
H A DObjectFileJIT.cpp76 lldb::addr_t header_addr) { in CreateMemoryInstance() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h31 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr);
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp48 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) in SBModule() argument
52 m_opaque_sp = process_sp->ReadModuleFromMemory(FileSpec(), header_addr); in SBModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp287 lldb::addr_t header_addr, Status &error, in GetMemoryObjectFile() argument
298 process_sp->ReadMemory(header_addr, data_ap->GetBytes(), in GetMemoryObjectFile()
303 header_addr, data_sp); in GetMemoryObjectFile()
306 s.Printf("0x%16.16" PRIx64, header_addr); in GetMemoryObjectFile()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h586 uint32_t header_addr; member
891 uint32_t header_addr; member
1347 sys::swapByteOrder(C.header_addr); in swapStruct()
1367 sys::swapByteOrder(C.header_addr); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp362 IO.mapRequired("header_addr", LoadCommand.header_addr); in mapping()
368 IO.mapRequired("header_addr", FVMLib.header_addr); in mapping()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h713 lldb::addr_t header_addr, Status &error,
/freebsd-12.1/sys/contrib/ena-com/
H A Dena_com.h202 u8 __iomem *header_addr; member
H A Dena_com.c1162 io_sq->header_addr = (u8 __iomem *)((uintptr_t)ena_dev->mem_bar in ena_com_create_io_sq()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2102 lldb::addr_t header_addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2631 lldb::addr_t header_addr, in ReadModuleFromMemory() argument
2642 shared_from_this(), header_addr, error, size_to_read); in ReadModuleFromMemory()