Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp70 lldb::offset_t file_offset, in Archive()
183 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) { in FindCachedArchive()
223 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, in ParseAndCacheArchiveForFile()
265 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance()
357 lldb::offset_t file_offset, lldb::offset_t size, ArchiveType archive_type) in ObjectContainerBSDArchive()
410 lldb::offset_t file_offset = 0; in GetObjectFile() local
435 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
H A DObjectContainerBSDArchive.h109 lldb::offset_t file_offset = 0; global() member
/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/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()
195 const auto file_offset = section.file_offset.value_or(0); in CreateSections() local
/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/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/XCOFF/
H A DObjectFileXCOFF.cpp59 lldb::offset_t file_offset, in CreateInstance()
128 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
400 lldb::offset_t file_offset, in ObjectFileXCOFF()
/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/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/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()
273 offset_t file_offset = sect_info.offset & 0xffffffff; in CreateSections() local
/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/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()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp47 lldb::offset_t file_offset, in CreateInstance()
65 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
/freebsd/sys/kern/
H A Dimgact_aout.c180 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/include/lldb/Core/
H A DSection.h109 std::optional<uint64_t> file_offset; member
172 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset()
/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.cpp164 addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, in Section()
179 addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, in Section()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1117 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_qModuleInfo() local
1185 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_jModulesInfo() local
1332 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

12