Home
last modified time | relevance | path

Searched refs:file_offset (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp54 file_offset = 0; in Clear()
129 file_offset = offset; in Extract()
138 lldb::offset_t file_offset, in Archive() argument
140 : m_arch(arch), m_modification_time(time), m_file_offset(file_offset), in Archive()
199 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) { in FindCachedArchive() argument
211 else if (file_offset != LLDB_INVALID_OFFSET && in FindCachedArchive()
212 pos->second->GetFileOffset() != file_offset) in FindCachedArchive()
239 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, in ParseAndCacheArchiveForFile() argument
241 shared_ptr archive_sp(new Archive(arch, time, file_offset, data)); in ParseAndCacheArchiveForFile()
289 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance() argument
[all …]
DObjectContainerBSDArchive.h51 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-12-stable/sys/i386/linux/
Dimgact_linux.c66 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-stable/contrib/llvm-project/lldb/source/Symbol/
DObjectFile.cpp33 lldb::offset_t file_offset, lldb::offset_t file_size, in CreateObjectFromContainer() argument
41 module_sp, data_sp, data_offset, file, file_offset, file_size)); in CreateObjectFromContainer()
50 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin() argument
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()
109 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
115 archive_file.GetPath(), 512, file_offset); in FindPlugin()
129 file, file_offset, file_size)); in FindPlugin()
138 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
[all …]
/freebsd-12-stable/sys/dev/xen/gntdev/
Dgntdev.c104 uint64_t file_offset; member
111 return (f1->file_offset - f2->file_offset); in offset_cmp()
121 struct file_offset_head file_offset; member
130 uint64_t *file_offset) in get_file_offset() argument
137 RB_FOREACH_SAFE(offset, file_offset_head, &priv_user->file_offset, in get_file_offset()
141 *file_offset = offset->file_offset + offset->count * in get_file_offset()
145 &priv_user->file_offset, offset); in get_file_offset()
159 uint64_t file_offset) in put_file_offset() argument
164 offset->file_offset = file_offset; in put_file_offset()
168 RB_INSERT(file_offset_head, &priv_user->file_offset, offset); in put_file_offset()
[all …]
/freebsd-12-stable/contrib/gcc/
Dmips-tfile.c1496 static unsigned long file_offset = 0; /* current file offset */ variable
3792 file_offset = sizeof (symbolic_header) + orig_file_header.f_symptr; in update_headers()
3878 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers()
3882 symbolic_header.cbLineOffset = file_offset; in update_headers()
3883 file_offset += i; in update_headers()
3884 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers()
3890 symbolic_header.cbOptOffset = file_offset; in update_headers()
3891 file_offset += i * sizeof (OPTR); in update_headers()
3892 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset); in update_headers()
3898 symbolic_header.cbDnOffset = file_offset; in update_headers()
[all …]
/freebsd-12-stable/sys/kern/
Dimgact_aout.c168 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-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp66 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
DObjectFileBreakpad.h32 lldb::offset_t file_offset, lldb::offset_t length);
42 lldb::offset_t file_offset,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp97 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()
DObjectFileWasm.h35 lldb::offset_t file_offset, lldb::offset_t length);
45 lldb::offset_t file_offset,
/freebsd-12-stable/contrib/binutils/bfd/
Dbfdwin.c145 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-stable/contrib/binutils/include/aout/
Dranlib.h53 unsigned long file_offset; member
62 #define ran_off file_offset
/freebsd-12-stable/contrib/gdb/include/
Doasys.h62 file_ptr file_offset; member
77 bfd_byte file_offset[4]; member
90 bfd_byte file_offset[4]; member
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DSection.h105 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-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DObjectContainer.h38 lldb::offset_t file_offset, lldb::offset_t length, in ObjectContainer() argument
42 m_offset(file_offset), m_length(length), m_data() { in ObjectContainer()
DObjectFile.h116 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-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.cpp97 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
DObjectFilePDB.h36 lldb::offset_t file_offset, lldb::offset_t length);
46 lldb::offset_t file_offset,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h36 lldb::offset_t file_offset, lldb::offset_t length);
45 lldb::offset_t file_offset,
/freebsd-12-stable/sys/dev/usb/storage/
Dustorage_fs.c941 uint64_t file_offset; in ustorage_fs_verify() local
966 file_offset = lba; in ustorage_fs_verify()
967 file_offset <<= 9; in ustorage_fs_verify()
1374 uint64_t file_offset; in ustorage_fs_read() local
1407 file_offset = lba; in ustorage_fs_read()
1408 file_offset <<= 9; in ustorage_fs_read()
1410 sc->sc_transfer.data_ptr = currlun->memory_image + file_offset; in ustorage_fs_read()
1426 uint64_t file_offset; in ustorage_fs_write() local
1471 file_offset = lba; in ustorage_fs_write()
1472 file_offset <<= 9; in ustorage_fs_write()
[all …]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/txg_integrity/
Dfsync_integrity.c332 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()
Dtxg_integrity.c370 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-stable/contrib/llvm-project/lldb/source/Core/
DSection.cpp157 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-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h45 lldb::offset_t data_offset, lldb::offset_t file_offset,
51 lldb::offset_t file_offset,

123