| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 212 else if (file_offset != LLDB_INVALID_OFFSET && in FindCachedArchive() 213 pos->second->GetFileOffset() != file_offset) in FindCachedArchive() 240 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, in ParseAndCacheArchiveForFile() argument 290 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance() argument 323 file_offset)); in CreateInstance() 342 file_offset)); in CreateInstance() 346 file_offset, length)); in CreateInstance() 372 lldb::offset_t file_offset, lldb::offset_t size) in ObjectContainerBSDArchive() argument 451 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument 474 file, ArchSpec(), file_mod_time, file_offset, data); in GetModuleSpecifications() [all …]
|
| H A D | ObjectContainerBSDArchive.h | 54 lldb::offset_t file_offset, 112 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset, 123 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset); 127 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset,
|
| /freebsd-12.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() 166 printf("imgact: Page aligned binary %lu\n", file_offset); in exec_linux_imgact() 175 MAP_PRIVATE | MAP_FIXED, OBJT_VNODE, imgp->vp, file_offset); in exec_linux_imgact()
|
| /freebsd-12.1/sys/kern/ |
| H A D | imgact_gzip.c | 63 u_long virtual_offset, file_offset, file_end, bss_size; member 169 gz->file_offset = PAGE_SIZE; in do_aout_hdr() 172 gz->file_offset = 0; in do_aout_hdr() 177 gz->file_offset = 0; in do_aout_hdr() 185 gz->file_offset = 0; in do_aout_hdr() 359 if (gz->file_offset == 0) { in Flush() 366 if (gz->output < gz->file_offset && in Flush() 367 gz->output + siz > gz->file_offset) { in Flush() 368 i = min(siz, gz->file_offset - gz->output); in Flush() 373 if (gz->output >= gz->file_offset && gz->output < gz->file_end) { in Flush() [all …]
|
| H A D | imgact_aout.c | 168 unsigned long file_offset; in exec_aout_imgact() local 192 file_offset = PAGE_SIZE; in exec_aout_imgact() 195 file_offset = 0; in exec_aout_imgact() 200 file_offset = 0; in exec_aout_imgact() 211 file_offset = 0; in exec_aout_imgact() 288 file_offset, in exec_aout_imgact() 302 file_offset + a_out->a_text, in exec_aout_imgact()
|
| /freebsd-12.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 415 arg->index = file_offset; in gntdev_alloc_gref() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 32 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin() argument 43 static_cast<const void *>(file), static_cast<uint64_t>(file_offset), in FindPlugin() 112 file_offset, file_size)); in FindPlugin() 123 archive_file.GetPath(), 512, file_offset); in FindPlugin() 208 lldb::offset_t file_offset, in GetModuleSpecifications() argument 217 if (actual_file_size > file_offset) in GetModuleSpecifications() 218 file_size = actual_file_size - file_offset; in GetModuleSpecifications() 223 file_offset, // file offset in GetModuleSpecifications() 232 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument 261 lldb::offset_t file_offset, lldb::offset_t length, in ObjectFile() argument [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | mips-tfile.c | 3878 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3884 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3892 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3900 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3908 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3916 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3924 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3932 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3940 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() 3948 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers() [all …]
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | bfdwin.c | 145 file_ptr file_offset, offset2; in bfd_get_file_window() local 167 file_offset = offset - offset2; in bfd_get_file_window() 168 real_size = offset + size - file_offset; in bfd_get_file_window() 183 fd, file_offset); in bfd_get_file_window()
|
| /freebsd-12.1/contrib/binutils/include/aout/ |
| H A D | ranlib.h | 53 unsigned long file_offset; member 62 #define ran_off file_offset
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | oasys.h | 62 file_ptr file_offset; member 77 bfd_byte file_offset[4]; member 90 bfd_byte file_offset[4]; member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Section.h | 115 lldb::addr_t vm_size, lldb::offset_t file_offset, 126 lldb::addr_t vm_size, lldb::offset_t file_offset, 151 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset() argument 152 m_file_offset = file_offset; in SetFileOffset()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 204 const FileSpec *file, offset_t file_offset, offset_t length) { in CreateInstance() argument 206 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 218 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 225 file_offset, length, std::move(header->arch), in CreateInstance() 237 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications() argument
|
| H A D | ObjectFileBreakpad.h | 36 lldb::offset_t file_offset, lldb::offset_t length); 46 lldb::offset_t file_offset,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectContainer.h | 43 lldb::offset_t file_offset, lldb::offset_t length, in ObjectContainer() argument 47 m_offset(file_offset), m_length(length), m_data() { in ObjectContainer()
|
| H A D | ObjectFile.h | 104 lldb::offset_t file_offset, lldb::offset_t length, 157 lldb::offset_t file_offset, lldb::offset_t file_size, 183 lldb::offset_t file_offset, 190 lldb::offset_t file_offset,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 41 lldb::offset_t file_offset, lldb::offset_t length); 50 lldb::offset_t file_offset,
|
| H A D | ObjectFileJIT.cpp | 66 lldb::offset_t file_offset, in CreateInstance() argument 84 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
|
| /freebsd-12.1/sys/dev/usb/storage/ |
| H A D | ustorage_fs.c | 945 uint64_t file_offset; in ustorage_fs_verify() local 970 file_offset = lba; in ustorage_fs_verify() 971 file_offset <<= 9; in ustorage_fs_verify() 1378 uint64_t file_offset; in ustorage_fs_read() local 1411 file_offset = lba; in ustorage_fs_read() 1412 file_offset <<= 9; in ustorage_fs_read() 1414 sc->sc_transfer.data_ptr = currlun->memory_image + file_offset; in ustorage_fs_read() 1430 uint64_t file_offset; in ustorage_fs_write() local 1475 file_offset = lba; in ustorage_fs_write() 1476 file_offset <<= 9; in ustorage_fs_write() [all …]
|
| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwp.cpp | 45 const lldb::offset_t file_offset = 0; in Create() local 49 module_sp, &file_spec, file_offset, in Create()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 37 lldb::offset_t data_offset, lldb::offset_t file_offset, 43 lldb::offset_t file_offset,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Section.cpp | 149 lldb::offset_t file_offset, lldb::offset_t file_size, in Section() argument 155 m_file_offset(file_offset), m_file_size(file_size), in Section() 171 lldb::offset_t file_offset, lldb::offset_t file_size, in Section() argument 177 m_file_offset(file_offset), m_file_size(file_size), in Section()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSection.cpp | 159 const uint64_t file_offset = sect_file_offset + offset; in GetSectionData() local 169 objfile->GetFileSpec().GetPath(), file_size, file_offset); in GetSectionData()
|