| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 172 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 D | ObjectFile.h | 108 lldb::addr_t header_addr, lldb::DataBufferSP &data_sp); 179 lldb::addr_t header_addr,
|
| /freebsd-12.1/stand/i386/libi386/ |
| H A D | multiboot.h | 113 multiboot_uint32_t header_addr; member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 41 lldb::addr_t header_addr);
|
| H A D | ObjectFileBreakpad.cpp | 231 const ProcessSP &process_sp, addr_t header_addr) { in CreateMemoryInstance() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 81 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr); 170 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
|
| H A D | ObjectFileELF.cpp | 451 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 D | ObjectFileJIT.h | 45 const lldb::ProcessSP &process_sp, lldb::addr_t header_addr);
|
| H A D | ObjectFileJIT.cpp | 76 lldb::addr_t header_addr) { in CreateMemoryInstance() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModule.h | 31 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr);
|
| /freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModule.cpp | 48 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 D | Module.cpp | 287 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 D | MachO.h | 586 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 D | MachOYAML.cpp | 362 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 D | Module.h | 713 lldb::addr_t header_addr, Status &error,
|
| /freebsd-12.1/sys/contrib/ena-com/ |
| H A D | ena_com.h | 202 u8 __iomem *header_addr; member
|
| H A D | ena_com.c | 1162 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 D | Process.h | 2102 lldb::addr_t header_addr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 2631 lldb::addr_t header_addr, in ReadModuleFromMemory() argument 2642 shared_from_this(), header_addr, error, size_to_read); in ReadModuleFromMemory()
|