Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp208 Archive(const lldb_private::ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset,lldb_private::DataExtractor & data,ArchiveType archive_type) Archive() argument
312 FindCachedArchive(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset) FindCachedArchive() argument
352 ParseAndCacheArchiveForFile(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset,DataExtractor & data,ArchiveType archive_type) ParseAndCacheArchiveForFile() argument
394 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
485 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
538 lldb::offset_t file_offset = 0; GetObjectFile() local
562 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.h109 lldb::offset_t file_offset = 0; global() member
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp37 lldb::offset_t file_offset, lldb::offset_t file_size, in CreateObjectFromContainer()
54 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin()
197 lldb::offset_t file_offset, in GetModuleSpecifications()
223 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
252 lldb::offset_t file_offset, lldb::offset_t length, in ObjectFile()
H A DObjectContainer.cpp20 lldb::offset_t file_offset, in ObjectContainer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp53 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance()
175 lldb::offset_t file_offset, std::vector<Entry> &entries) { in ParseHeader()
222 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
/freebsd/sys/i386/linux/
H A Dimgact_linux.c63 unsigned long virtual_offset, file_offset; in exec_linux_imgact() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp97 offset_t file_offset, offset_t length) { in CreateInstance() argument
114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications() argument
/freebsd/contrib/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()
/freebsd/contrib/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
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp49 offset_t file_offset, offset_t length) { in CreateInstance() argument
109 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications() argument
H A DObjectFileCOFF.h29 lldb::offset_t file_offset, lldb::offset_t length) in ObjectFileCOFF()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp51 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
69 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
/freebsd/contrib/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()
/freebsd/sys/kern/
H A Dimgact_aout.c182 unsigned long file_offset; in exec_aout_imgact() local
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c101 uint64_t file_offset; member
118 struct file_offset_head file_offset; member
127 uint64_t *file_offset) in get_file_offset()
156 uint64_t file_offset) in put_file_offset()
343 uint64_t file_offset; in gntdev_alloc_gref() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp52 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp161 lldb::offset_t file_offset, lldb::offset_t file_size, in Section()
177 lldb::offset_t file_offset, lldb::offset_t file_size, in Section()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h156 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset()
/freebsd/contrib/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
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c331 int file_offset = chunk_start + chunk_offset; in verify_file() local
H A Dtxg_integrity.c369 int file_offset = chunk_start + chunk_offset; in verify_file() local
/freebsd/contrib/ntp/sntp/libevent/
H A Devbuffer-internal.h256 ev_off_t file_offset; member
/freebsd/contrib/libevent/
H A Devbuffer-internal.h256 ev_off_t file_offset; member
/freebsd/sys/dev/usb/storage/
H A Dustorage_fs.c1361 uint64_t file_offset; in ustorage_fs_read() local
1413 uint64_t file_offset; in ustorage_fs_write() local

12