Home
last modified time | relevance | path

Searched defs:file_offset (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/lldb/unittests/Host/common/
H A DZipFileResolverTest.cpp34 lldb::offset_t file_offset; in TEST_F() local
51 lldb::offset_t file_offset; in TEST_F() local
63 lldb::offset_t file_offset; in TEST_F() local
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp70 lldb::offset_t file_offset, in Archive() argument
181 FindCachedArchive(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset) FindCachedArchive() argument
221 ParseAndCacheArchiveForFile(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset,DataExtractor & data,ArchiveType archive_type) ParseAndCacheArchiveForFile() argument
263 CreateInstance(const lldb::ModuleSP & module_sp,DataBufferSP & data_sp,lldb::offset_t data_offset,const FileSpec * file,lldb::offset_t file_offset,lldb::offset_t length) CreateInstance() argument
355 ObjectContainerBSDArchive(const lldb::ModuleSP & module_sp,DataBufferSP & data_sp,lldb::offset_t data_offset,const lldb_private::FileSpec * file,lldb::offset_t file_offset,lldb::offset_t size,ArchiveType archive_type) ObjectContainerBSDArchive() argument
408 lldb::offset_t file_offset = 0; GetObjectFile() local
433 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t file_size,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
[all...]
H A DObjectContainerBSDArchive.h100 lldb::offset_t file_offset = 0; member
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp39 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance()
67 lldb::offset_t file_offset, lldb::offset_t length) in ObjectContainerUniversalMachO()
192 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
/llvm-project/lldb/source/Symbol/
H A DObjectContainer.cpp20 lldb::offset_t file_offset, in ObjectContainer()
H A DObjectFile.cpp37 lldb::offset_t file_offset, lldb::offset_t file_size, in CreateObjectFromContainer() argument
54 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin() argument
197 GetModuleSpecifications(const FileSpec & file,lldb::offset_t file_offset,lldb::offset_t file_size,ModuleSpecList & specs,DataBufferSP data_sp) GetModuleSpecifications() argument
223 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t file_size,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
252 ObjectFile(const lldb::ModuleSP & module_sp,const FileSpec * file_spec_ptr,lldb::offset_t file_offset,lldb::offset_t length,lldb::DataBufferSP data_sp,lldb::offset_t data_offset) ObjectFile() argument
[all...]
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp53 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance() argument
175 lldb::offset_t file_offset, std::vector<Entry> &entries) { in ParseHeader() argument
222 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp97 offset_t file_offset, offset_t length) { in CreateInstance()
114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp62 const FileSpec *file, offset_t file_offset, offset_t length) { in CreateInstance()
95 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project/lldb/source/Utility/
H A DZipFile.cpp109 lldb::offset_t &file_offset, lldb::offset_t &file_size) { in GetFile()
132 const llvm::StringRef file_path, lldb::offset_t &file_offset, in FindFile()
174 lldb::offset_t &file_offset, lldb::offset_t &file_size) { in Find()
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp94 offset_t file_offset, offset_t length) { in CreateInstance()
221 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
303 offset_t file_offset = sect_info.offset & 0xffffffff; in CreateSections() local
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp49 offset_t file_offset, offset_t length) { in CreateInstance()
109 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
H A DObjectFileCOFF.h29 lldb::offset_t file_offset, lldb::offset_t length) in ObjectFileCOFF()
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp47 lldb::offset_t file_offset, in CreateInstance() argument
65 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp41 offset_t file_offset, offset_t length) { in CreateInstance()
106 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp52 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp150 off_t file_offset = 0; in get_uuid_from_binary() local
/llvm-project/lldb/include/lldb/Core/
H A DSection.h156 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset()
/llvm-project/lldb/source/Core/
H A DSection.cpp161 Section(const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument
177 Section(const lldb::SectionSP & parent_section_sp,const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1115 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_qModuleInfo() local
1183 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_jModulesInfo() local
1330 lldb::offset_t file_offset = 0; in GetModuleInfo() local
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp207 CreateInstance(const lldb::ModuleSP & module_sp,DataBufferSP data_sp,lldb::offset_t data_offset,const lldb_private::FileSpec * file_p,lldb::offset_t file_offset,lldb::offset_t length) CreateInstance() argument
252 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t length,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
420 ObjectFilePECOFF(const lldb::ModuleSP & module_sp,DataBufferSP data_sp,lldb::offset_t data_offset,const FileSpec * file,lldb::offset_t file_offset,lldb::offset_t length) ObjectFilePECOFF() argument
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp203 off_t file_offset = 0; get_uuid_from_binary() local
/llvm-project/lldb/source/Target/
H A DTargetList.cpp136 lldb::offset_t file_offset = 0; in CreateTargetInternal() local
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Dcreate-multibin-corefile.cpp216 off_t file_offset = 0; in scan_binary() local
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp804 CreateInstance(const lldb::ModuleSP & module_sp,DataBufferSP data_sp,lldb::offset_t data_offset,const FileSpec * file,lldb::offset_t file_offset,lldb::offset_t length) CreateInstance() argument
845 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t length,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
943 ObjectFileMachO(const lldb::ModuleSP & module_sp,DataBufferSP data_sp,lldb::offset_t data_offset,const FileSpec * file,lldb::offset_t file_offset,lldb::offset_t length) ObjectFileMachO() argument
[all...]

12