| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 40 lldb::addr_t header_addr); 120 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
|
| H A D | ObjectFileWasm.cpp | 150 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 D | ObjectFile.cpp | 150 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 D | multiboot.h | 113 multiboot_uint32_t header_addr; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 120 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 D | ObjectFilePDB.h | 41 lldb::addr_t header_addr);
|
| H A D | ObjectFilePDB.cpp | 108 addr_t header_addr) { in CreateMemoryInstance() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 37 lldb::addr_t header_addr);
|
| H A D | ObjectFileBreakpad.cpp | 93 const ProcessSP &process_sp, addr_t header_addr) { in CreateMemoryInstance() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 75 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr); 169 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
|
| H A D | ObjectFileELF.cpp | 392 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 D | ObjectFileJIT.h | 40 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
|
| H A D | ObjectFileJIT.cpp | 79 lldb::addr_t header_addr) { in CreateMemoryInstance() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModule.h | 30 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.h | 81 VTableRegion(AppleObjCVTables *owner, lldb::addr_t header_addr);
|
| H A D | AppleObjCTrampolineHandler.cpp | 282 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 D | SBModule.cpp | 52 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 D | Module.cpp | 299 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 D | MachO.h | 600 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 D | MachOYAML.cpp | 385 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 D | Module.h | 609 lldb::addr_t header_addr, Status &error,
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModule.i | 128 lldb::addr_t header_addr);
|
| /freebsd-13.1/sys/contrib/ena-com/ |
| H A D | ena_com.h | 173 u8 __iomem *header_addr; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 1835 lldb::addr_t header_addr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 2370 lldb::addr_t header_addr, in ReadModuleFromMemory() argument 2382 shared_from_this(), header_addr, error, size_to_read); in ReadModuleFromMemory()
|