| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 70 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 D | ObjectContainerBSDArchive.h | 109 lldb::offset_t file_offset = 0; global() member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.cpp | 53 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 D | ObjectFileJSON.cpp | 41 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 D | ObjectFile.cpp | 37 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 D | ObjectContainer.cpp | 20 lldb::offset_t file_offset, in ObjectContainer()
|
| /freebsd/sys/i386/linux/ |
| H A D | imgact_linux.c | 63 unsigned long virtual_offset, file_offset; in exec_linux_imgact() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/ |
| H A D | ObjectFileXCOFF.cpp | 59 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 D | ObjectFilePDB.cpp | 97 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 D | ZipFile.cpp | 109 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 D | ObjectFileWasm.cpp | 94 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 D | ObjectFileBreakpad.cpp | 62 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 D | ObjectFileCOFF.cpp | 49 offset_t file_offset, offset_t length) { in CreateInstance() 109 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
| H A D | ObjectFileCOFF.h | 29 lldb::offset_t file_offset, lldb::offset_t length) in ObjectFileCOFF()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 47 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 D | imgact_aout.c | 180 unsigned long file_offset; in exec_aout_imgact() local
|
| /freebsd/sys/dev/xen/gntdev/ |
| H A D | gntdev.c | 101 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 D | Section.h | 109 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 D | ObjectFileMinidump.cpp | 52 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 164 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 D | GDBRemoteCommunicationServerCommon.cpp | 1117 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 D | fsync_integrity.c | 331 int file_offset = chunk_start + chunk_offset; in verify_file() local
|
| H A D | txg_integrity.c | 369 int file_offset = chunk_start + chunk_offset; in verify_file() local
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evbuffer-internal.h | 256 ev_off_t file_offset; member
|
| /freebsd/contrib/libevent/ |
| H A D | evbuffer-internal.h | 256 ev_off_t file_offset; member
|