| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 54 file_offset = 0; in Clear() 129 file_offset = offset; in Extract() 211 else if (file_offset != LLDB_INVALID_OFFSET && in FindCachedArchive() 212 pos->second->GetFileOffset() != file_offset) in FindCachedArchive() 289 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance() argument 320 file_offset)); in CreateInstance() 339 file_offset)); in CreateInstance() 369 lldb::offset_t file_offset, lldb::offset_t size) in ObjectContainerBSDArchive() argument 426 lldb::offset_t data_offset = object->file_offset; in GetObjectFile() 445 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument [all …]
|
| H A D | ObjectContainerBSDArchive.h | 51 lldb::offset_t file_offset, 102 lldb::offset_t file_offset = 0; member 114 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset, 125 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset); 129 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset,
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | imgact_linux.c | 66 unsigned long virtual_offset, file_offset; in exec_linux_imgact() local 80 file_offset = 1024; in exec_linux_imgact() 84 file_offset = 0; in exec_linux_imgact() 133 if (file_offset & PAGE_MASK) { in exec_linux_imgact() 135 printf("imgact: Non page aligned binary %lu\n", file_offset); in exec_linux_imgact() 147 error = vn_rdwr(UIO_READ, imgp->vp, (void *)vmaddr, file_offset, in exec_linux_imgact() 167 printf("imgact: Page aligned binary %lu\n", file_offset); in exec_linux_imgact() 176 MAP_PRIVATE | MAP_FIXED, OBJT_VNODE, imgp->vp, file_offset); in exec_linux_imgact()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 41 module_sp, data_sp, data_offset, file, file_offset, file_size)); in CreateObjectFromContainer() 56 static_cast<const void *>(file), static_cast<uint64_t>(file_offset), in FindPlugin() 72 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin() 82 file_offset); in FindPlugin() 115 archive_file.GetPath(), 512, file_offset); in FindPlugin() 138 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin() 184 lldb::offset_t file_offset, in GetModuleSpecifications() argument 190 file_offset); in GetModuleSpecifications() 195 if (actual_file_size > file_offset) in GetModuleSpecifications() 196 file_size = actual_file_size - file_offset; in GetModuleSpecifications() [all …]
|
| /freebsd-13.1/sys/dev/xen/gntdev/ |
| H A D | gntdev.c | 104 uint64_t file_offset; member 111 return (f1->file_offset - f2->file_offset); in offset_cmp() 130 uint64_t *file_offset) in get_file_offset() argument 141 *file_offset = offset->file_offset + offset->count * in get_file_offset() 159 uint64_t file_offset) in put_file_offset() argument 164 offset->file_offset = file_offset; in put_file_offset() 172 offset_nxt->file_offset == offset->file_offset + offset->count * in put_file_offset() 180 offset->file_offset == offset_prv->file_offset + offset_prv->count * in put_file_offset() 346 uint64_t file_offset; in gntdev_alloc_gref() local 408 arg->index = file_offset; in gntdev_alloc_gref() [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | imgact_aout.c | 185 unsigned long file_offset; in exec_aout_imgact() local 211 file_offset = PAGE_SIZE; in exec_aout_imgact() 214 file_offset = 0; in exec_aout_imgact() 219 file_offset = 0; in exec_aout_imgact() 230 file_offset = 0; in exec_aout_imgact() 307 file_offset, in exec_aout_imgact() 321 file_offset + a_out->a_text, in exec_aout_imgact()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 66 const FileSpec *file, offset_t file_offset, offset_t length) { in CreateInstance() argument 68 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 80 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 87 file_offset, length, std::move(header->arch), in CreateInstance() 99 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications() argument
|
| H A D | ObjectFileBreakpad.h | 32 lldb::offset_t file_offset, lldb::offset_t length); 42 lldb::offset_t file_offset,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 97 offset_t file_offset, offset_t length) { in CreateInstance() argument 101 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 120 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 131 module_sp, data_sp, data_offset, file, file_offset, length)); in CreateInstance() 224 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications() argument 306 offset_t file_offset = sect_info.offset & 0xffffffff; in CreateSections() local 307 addr_t vm_addr = file_offset; in CreateSections() 339 file_offset, // Offset of this section in the file. in CreateSections()
|
| H A D | ObjectFileWasm.h | 35 lldb::offset_t file_offset, lldb::offset_t length); 45 lldb::offset_t file_offset,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 105 lldb::addr_t vm_size, lldb::offset_t file_offset, 116 lldb::addr_t vm_size, lldb::offset_t file_offset, 142 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset() argument 143 m_file_offset = file_offset; in SetFileOffset()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectContainer.h | 38 lldb::offset_t file_offset, lldb::offset_t length, in ObjectContainer() argument 42 m_offset(file_offset), m_length(length), m_data() { in ObjectContainer()
|
| H A D | ObjectFile.h | 116 lldb::offset_t file_offset, lldb::offset_t length, 163 lldb::offset_t file_offset, lldb::offset_t file_size, 187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, 194 lldb::offset_t file_offset,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 97 offset_t file_offset, offset_t length) { in CreateInstance() argument 99 module_sp, data_sp, data_offset, file, file_offset, length); in CreateInstance() 114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications() argument
|
| H A D | ObjectFilePDB.h | 36 lldb::offset_t file_offset, lldb::offset_t length); 46 lldb::offset_t file_offset,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 36 lldb::offset_t file_offset, lldb::offset_t length); 45 lldb::offset_t file_offset,
|
| H A D | ObjectFileJIT.cpp | 69 lldb::offset_t file_offset, in CreateInstance() argument 87 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
|
| /freebsd-13.1/sys/dev/usb/storage/ |
| H A D | ustorage_fs.c | 939 uint64_t file_offset; in ustorage_fs_verify() local 964 file_offset = lba; in ustorage_fs_verify() 965 file_offset <<= 9; in ustorage_fs_verify() 1372 uint64_t file_offset; in ustorage_fs_read() local 1405 file_offset = lba; in ustorage_fs_read() 1406 file_offset <<= 9; in ustorage_fs_read() 1408 sc->sc_transfer.data_ptr = currlun->memory_image + file_offset; in ustorage_fs_read() 1424 uint64_t file_offset; in ustorage_fs_write() local 1469 file_offset = lba; in ustorage_fs_write() 1470 file_offset <<= 9; in ustorage_fs_write() [all …]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | fsync_integrity.c | 332 int file_offset = chunk_start + chunk_offset; in verify_file() local 336 chunk_idx, chunk_offset, file_offset); in verify_file() 345 chunk_idx, chunk_offset, file_offset); in verify_file()
|
| H A D | txg_integrity.c | 370 int file_offset = chunk_start + chunk_offset; in verify_file() local 374 chunk_idx, chunk_offset, file_offset); in verify_file() 383 chunk_idx, chunk_offset, file_offset); in verify_file()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | snapshot.c | 428 int64_t snapshot_req, size, file_offset; in lookup_struct() local 454 &file_offset, NULL); in lookup_struct() 455 assert(file_offset >= 0); in lookup_struct() 456 assert(file_offset + size <= rstate->kdata_len); in lookup_struct() 459 return (rstate->kdata_map + file_offset); in lookup_struct() 471 int64_t size, file_offset; in lookup_check_dev() local 483 &file_offset, NULL); in lookup_check_dev() 484 assert(file_offset >= 0); in lookup_check_dev() 485 assert(file_offset + size <= rstate->kdata_len); in lookup_check_dev() 488 return (rstate->kdata_map + file_offset); in lookup_check_dev()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 157 lldb::offset_t file_offset, lldb::offset_t file_size, in Section() argument 163 m_file_offset(file_offset), m_file_size(file_size), in Section() 179 lldb::offset_t file_offset, lldb::offset_t file_size, in Section() argument 185 m_file_offset(file_offset), m_file_size(file_size), in Section()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 45 lldb::offset_t data_offset, lldb::offset_t file_offset, 51 lldb::offset_t file_offset,
|
| /freebsd-13.1/usr.bin/mkimg/ |
| H A D | vhdx.c | 107 uint64_t file_offset; member 285 le64enc(&entry.file_offset, 2*SIZE_1MB); in vhdx_write_region_tables() 292 le64enc(&entry.file_offset, 3*SIZE_1MB); in vhdx_write_region_tables()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSection.i | 136 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs…
|