Searched refs:file_offset (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/include/aout/
H A Dranlib.h53 unsigned long file_offset; member in struct:symdef
62 #define ran_off file_offset
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp45 file_offset(0), file_size(0) {}
54 file_offset = 0;
129 file_offset = offset;
138 lldb::offset_t file_offset,
140 : m_arch(arch), m_modification_time(time), m_file_offset(file_offset),
199 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) {
211 else if (file_offset != LLDB_INVALID_OFFSET &&
212 pos->second->GetFileOffset() != file_offset)
239 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset,
241 shared_ptr archive_sp(new Archive(arch, time, file_offset, dat
136 Archive(const lldb_private::ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, lldb_private::DataExtractor &data) argument
197 FindCachedArchive( const FileSpec &file, const ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) argument
237 ParseAndCacheArchiveForFile( const FileSpec &file, const ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, DataExtractor &data) argument
286 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
368 ObjectContainerBSDArchive( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t file_offset, lldb::offset_t size) argument
445 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
[all...]
H A DObjectContainerBSDArchive.h51 lldb::offset_t file_offset,
102 lldb::offset_t file_offset; member in struct:ObjectContainerBSDArchive::Object
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-11-stable/sys/compat/svr4/
H A Dimgact_svr4.c68 unsigned long virtual_offset, file_offset; local
82 file_offset = 1024;
86 file_offset = 0;
130 * Check if file_offset page aligned,.
134 if (file_offset & PAGE_MASK) {
136 printf("imgact: Non page aligned binary %lu\n", file_offset);
148 error = vn_rdwr(UIO_READ, imgp->vp, (void *)vmaddr, file_offset,
171 printf("imgact: Page aligned binary %lu\n", file_offset);
182 OBJT_VNODE, imgp->vp, file_offset);
/freebsd-11-stable/sys/i386/linux/
H A Dimgact_linux.c66 unsigned long virtual_offset, file_offset; local
80 file_offset = 1024;
84 file_offset = 0;
129 * Check if file_offset page aligned,.
133 if (file_offset & PAGE_MASK) {
135 printf("imgact: Non page aligned binary %lu\n", file_offset);
147 error = vn_rdwr(UIO_READ, imgp->vp, (void *)vmaddr, file_offset,
166 printf("imgact: Page aligned binary %lu\n", file_offset);
175 MAP_PRIVATE | MAP_FIXED, OBJT_VNODE, imgp->vp, file_offset);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h38 lldb::offset_t file_offset, lldb::offset_t length,
42 m_offset(file_offset), m_length(length), m_data() {
37 ObjectContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset) argument
H A DObjectFile.h105 lldb::offset_t file_offset, lldb::offset_t length,
140 /// \param[in] file_offset
152 lldb::offset_t file_offset, lldb::offset_t file_size,
176 lldb::offset_t file_offset,
183 lldb::offset_t file_offset,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp33 lldb::offset_t file_offset, lldb::offset_t file_size,
41 "ObjectFile::FindPlugin (module = %s, file = %p, file_offset = "
44 static_cast<const void *>(file), static_cast<uint64_t>(file_offset),
63 data_offset, file, file_offset,
79 512, file_offset);
112 file_offset, file_size));
123 archive_file.GetPath(), 512, file_offset);
138 module_sp, data_sp, data_offset, file, file_offset, file_size));
153 file, file_offset, file_size));
208 lldb::offset_t file_offset,
32 FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t file_size, DataBufferSP &data_sp, lldb::offset_t &data_offset) argument
207 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, lldb::offset_t file_size, ModuleSpecList &specs) argument
230 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
259 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, const lldb::DataBufferSP &data_sp, lldb::offset_t data_offset) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dimgact_aout.c164 unsigned long file_offset; local
188 file_offset = PAGE_SIZE;
191 file_offset = 0;
196 file_offset = 0;
207 file_offset = 0;
284 file_offset,
297 file_offset + a_out->a_text,
H A Dimgact_gzip.c61 u_long virtual_offset, file_offset, file_end, bss_size; member in struct:imgact_gzip
168 gz->file_offset = PAGE_SIZE;
171 gz->file_offset = 0;
176 gz->file_offset = 0;
184 gz->file_offset = 0;
224 gz->file_end = gz->file_offset + gz->a_out.a_text + gz->a_out.a_data;
358 if (gz->file_offset == 0) {
365 if (gz->output < gz->file_offset &&
366 gz->output + siz > gz->file_offset) {
367 i = min(siz, gz->file_offset
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Doasys.h62 file_ptr file_offset; member in struct:oasys_module_table
77 bfd_byte file_offset[4]; member in struct:oasys_extmodule_table_a
90 bfd_byte file_offset[4]; member in struct:oasys_extmodule_table_b
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp64 const FileSpec *file, offset_t file_offset, offset_t length) {
66 data_sp = MapFileData(*file, length, file_offset);
78 data_sp = MapFileData(*file, length, file_offset);
85 file_offset, length, std::move(header->arch),
97 offset_t file_offset, offset_t length, ModuleSpecList &specs) {
62 CreateInstance( const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, const FileSpec *file, offset_t file_offset, offset_t length) argument
95 GetModuleSpecifications( const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, offset_t file_offset, offset_t length, ModuleSpecList &specs) argument
H A DObjectFileBreakpad.h32 lldb::offset_t file_offset, lldb::offset_t length);
42 lldb::offset_t file_offset,
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c1504 static unsigned long file_offset = 0; /* current file offset */
3828 file_offset = sizeof (symbolic_header) + orig_file_header.f_symptr;
3914 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset);
3918 symbolic_header.cbLineOffset = file_offset;
3919 file_offset += i;
3920 file_offset = ALIGN_SYMTABLE_OFFSET (file_offset);
3926 symbolic_header.cbOptOffset = file_offset;
3927 file_offset
1496 static unsigned long file_offset = 0; /* current file offset */ variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h36 lldb::offset_t file_offset, lldb::offset_t length);
45 lldb::offset_t file_offset,
H A DObjectFileJIT.cpp67 lldb::offset_t file_offset,
85 lldb::offset_t data_offset, lldb::offset_t file_offset,
63 CreateInstance(const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
83 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdwin.c145 file_ptr file_offset, offset2; local
167 file_offset = offset - offset2;
168 real_size = offset + size - file_offset;
183 fd, file_offset);
H A Dlibieee.h118 file_ptr file_offset; member in struct:__anon248
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h105 lldb::addr_t vm_size, lldb::offset_t file_offset,
116 lldb::addr_t vm_size, lldb::offset_t file_offset,
141 void SetFileOffset(lldb::offset_t file_offset) { argument
142 m_file_offset = file_offset;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp44 const lldb::offset_t file_offset = 0; local
48 module_sp, &file_spec, file_offset,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h36 lldb::offset_t data_offset, lldb::offset_t file_offset,
42 lldb::offset_t file_offset,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i136 file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offset in bytes of this section as an integer.''')
/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c939 uint64_t file_offset; local
964 file_offset = lba;
965 file_offset <<= 9;
1372 uint64_t file_offset; local
1405 file_offset = lba;
1406 file_offset <<= 9;
1408 sc->sc_transfer.data_ptr = currlun->memory_image + file_offset;
1424 uint64_t file_offset; local
1469 file_offset = lba;
1470 file_offset <<
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devbuffer-internal.h256 ev_off_t file_offset; member in struct:evbuffer_file_segment
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp156 lldb::offset_t file_offset, lldb::offset_t file_size,
162 m_file_offset(file_offset), m_file_size(file_size),
170 // byte_size, file_offset, file_offset + file_size, flags,
178 lldb::offset_t file_offset, lldb::offset_t file_size,
184 m_file_offset(file_offset), m_file_size(file_size),
192 // byte_size, file_offset, file_offset + file_size, flags,
153 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, ConstString name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
174 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, ConstString name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument

Completed in 185 milliseconds

12