Searched defs:file_offset (Results 1 - 25 of 29) sorted by relevance

12

/external/jpeg/
H A Djmemansi.c99 long file_offset, long byte_count)
101 if (fseek(info->temp_file, file_offset, SEEK_SET))
112 long file_offset, long byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
97 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
110 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemmac.c156 long file_offset, long byte_count)
161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
174 long file_offset, long byte_count)
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
154 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
172 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemname.c206 long file_offset, long byte_count)
208 if (fseek(info->temp_file, file_offset, SEEK_SET))
219 long file_offset, long byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
204 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
217 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemdos.c245 long file_offset, long byte_count)
247 if (jdos_seek(info->handle.file_handle, file_offset))
261 long file_offset, long byte_count)
263 if (jdos_seek(info->handle.file_handle, file_offset))
335 long file_offset, long byte_count)
347 spec.src.offset = file_offset;
359 file_offset + byte_count - 1L, 2L);
368 long file_offset, long byte_count)
382 spec.dst.offset = file_offset;
392 file_offset
243 read_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
259 write_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
333 read_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
366 write_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
491 read_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
516 write_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
[all...]
H A Djmemmgr.c693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
696 file_offset = ptr->cur_start_row * bytesperrow;
712 file_offset, byte_count); local
716 file_offset, byte_count); local
717 file_offset += byte_count;
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
729 file_offset = ptr->cur_start_row * bytesperrow;
745 file_offset, byte_count); local
749 file_offset, byte_count); local
750 file_offset
[all...]
/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h52 lldb::offset_t file_offset,
58 m_offset (file_offset),
50 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
/external/lldb/source/API/
H A DSBSection.cpp218 const uint64_t file_offset = sect_file_offset + offset; local
228 DataBufferSP data_buffer_sp (objfile->GetFileSpec().ReadFileContents (file_offset, file_size));
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp61 lldb::offset_t file_offset,
73 std::unique_ptr<ObjectContainerUniversalMachO> container_ap(new ObjectContainerUniversalMachO (module_sp, data_sp, data_offset, file, file_offset, length));
97 lldb::offset_t file_offset,
100 ObjectContainer (module_sp, file, file_offset, length, data_sp, data_offset),
280 lldb::offset_t file_offset,
297 const lldb::offset_t slice_file_offset = fat_arch.offset + file_offset;
55 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
91 ObjectContainerUniversalMachO( 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
277 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
/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc138 off_t file_offset = offset; local
148 if (!walker->ReadBytes(buffer, buffer_size, file_offset))
152 file_offset += buffer_size;
H A Dmacho_reader.cc341 size_t file_offset, file_size; local
345 .Read(word_size, false, &file_offset)
355 if (file_offset > buffer_.Size() ||
356 file_size > buffer_.Size() - file_offset) {
364 if (file_offset == 0 && file_size == 0) {
367 segment.contents.start = buffer_.start + file_offset;
/external/lldb/include/lldb/Core/
H A DSection.h120 lldb::offset_t file_offset,
133 lldb::offset_t file_offset,
176 SetFileOffset (lldb::offset_t file_offset) argument
178 m_file_offset = file_offset;
/external/lldb/source/Symbol/
H A DObjectFile.cpp33 lldb::offset_t file_offset,
43 "ObjectFile::FindPlugin (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
45 file, (uint64_t) file_offset, (uint64_t) file_size);
62 std::unique_ptr<ObjectContainer> object_container_ap(create_object_container_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
77 data_sp = file->ReadFileContents(file_offset, std::min<size_t>(512, file_size));
104 std::unique_ptr<ObjectContainer> object_container_ap(create_object_container_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
114 data_sp = archive_file.ReadFileContents(file_offset, 512);
126 object_file_sp.reset (create_object_file_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
136 std::unique_ptr<ObjectContainer> object_container_ap(create_object_container_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
188 lldb::offset_t file_offset,
31 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
187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, lldb::offset_t file_size, ModuleSpecList &specs) argument
212 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
238 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset ) argument
[all...]
/external/lldb/source/Target/
H A DTargetList.cpp94 lldb::offset_t file_offset = 0; local
96 const size_t num_specs = ObjectFile::GetModuleSpecifications (module_spec.GetFileSpec(), file_offset, file_size, module_specs);
/external/fio/
H A Dfile.h86 uint64_t file_offset; member in struct:fio_file
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_cfi_unittest.cc2331 Label file_offset; member in struct:ELFSectionHeader
2345 .Address(header.file_offset) // offset in ELF file
2387 null_header.file_offset = 0;
2422 .Mark(&section_names_header.file_offset)
2424 .Mark(&cfi_header.file_offset)
/external/lldb/source/Core/
H A DSection.cpp25 lldb::offset_t file_offset,
37 m_file_offset (file_offset),
45 // this, module_sp.get(), sect_id, file_addr, file_addr + byte_size, file_offset, file_offset + file_size, flags, name.GetCString());
56 lldb::offset_t file_offset,
68 m_file_offset (file_offset),
76 // this, module_sp.get(), sect_id, file_addr, file_addr + byte_size, file_offset, file_offset + file_size, flags, parent_section_sp->GetName().GetCString(), name.GetCString());
18 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const 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 flags) argument
48 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const 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 flags) argument
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp110 lldb::offset_t file_offset,
115 m_file_offset (file_offset),
183 ObjectContainerBSDArchive::Archive::FindCachedArchive (const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset) argument
196 else if (file_offset != LLDB_INVALID_OFFSET && pos->second->GetFileOffset() != file_offset)
230 lldb::offset_t file_offset,
234 shared_ptr archive_sp(new Archive (arch, time, file_offset, data));
303 lldb::offset_t file_offset,
319 "ObjectContainerBSDArchive::CreateInstance (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
321 file, (uint64_t) file_offset, (uint64_
106 Archive( const lldb_private::ArchSpec &arch, const lldb_private::TimeValue &time, lldb::offset_t file_offset, lldb_private::DataExtractor &data ) argument
225 ParseAndCacheArchiveForFile( const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset, DataExtractor &data ) argument
297 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
391 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
509 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...]
/external/e2fsprogs/ext2ed/
H A Dext2ed.h136 long file_offset,file_length; member in struct:struct_file_info
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc692 size_t file_offset) {
696 info.offset = file_offset;
688 AddMappingInfo(const string& name, const uint8_t identifier[sizeof(MDGUID)], uintptr_t start_address, size_t mapping_size, size_t file_offset) argument
/external/lldb/source/Host/macosx/
H A DSymbols.cpp59 off_t file_offset,
104 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header_64) + sizeofcmds));
112 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header) + sizeofcmds));
140 off_t file_offset,
156 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, fat_header_and_arch_size));
178 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset + arch_offset, 0x1000));
189 if (SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset + arch_offset, arch_data, arch_data_offset, arch_magic))
206 off_t file_offset = 0; local
207 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, 0x1000));
223 return SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset, dat
54 SkinnyMachOFileContainsArchAndUUID( const FileSpec &file_spec, const ArchSpec *arch, const lldb_private::UUID *uuid, off_t file_offset, DataExtractor& data, lldb::offset_t data_offset, const uint32_t magic ) argument
135 UniversalMachOFileContainsArchAndUUID( const FileSpec &file_spec, const ArchSpec *arch, const lldb_private::UUID *uuid, off_t file_offset, DataExtractor& data, lldb::offset_t data_offset, const uint32_t magic ) argument
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c696 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
699 file_offset = ptr->cur_start_row * bytesperrow;
715 file_offset, byte_count); local
719 file_offset, byte_count); local
720 file_offset += byte_count;
729 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
732 file_offset = ptr->cur_start_row * bytesperrow;
748 file_offset, byte_count); local
752 file_offset, byte_count); local
753 file_offset
[all...]
/external/lldb/source/Host/common/
H A DFileSpec.cpp755 // The data that is mappped will start "file_offset" bytes into the
758 // at "file_offset", the number of bytes will be appropriately
763 FileSpec::MemoryMapFileContents(off_t file_offset, size_t file_size) const argument
769 const size_t mapped_length = mmap_data->MemoryMapFromFileSpec (this, file_offset, file_size);
790 FileSpec::ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const argument
801 off_t file_offset_after_seek = file_offset;
819 // The data that is cached will start "file_offset" bytes into the
822 // at "file_offset", the number of bytes will be appropriately
827 FileSpec::ReadFileContents (off_t file_offset, size_t file_size, Error *error_ptr) const argument
839 error = file.Read (file_size, file_offset, null_terminat
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dsession.c495 u64 file_offset; member in struct:sample_queue
517 u64 file_offset);
547 iter->file_offset);
673 struct perf_sample *sample, u64 file_offset)
705 new->file_offset = file_offset;
814 u64 file_offset, struct perf_sample *sample)
820 file_offset, event->header.size, event->header.type);
827 printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset,
969 u64 file_offset)
672 perf_session_queue_event(struct perf_session *s, union perf_event *event, struct perf_sample *sample, u64 file_offset) argument
813 dump_event(struct perf_session *session, union perf_event *event, u64 file_offset, struct perf_sample *sample) argument
965 perf_session_deliver_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool, u64 file_offset) argument
1036 perf_session__process_user_event(struct perf_session *session, union perf_event *event, struct perf_tool *tool, u64 file_offset) argument
1072 perf_session__process_event(struct perf_session *session, union perf_event *event, struct perf_tool *tool, u64 file_offset) argument
1307 u64 head, page_offset, file_offset, file_pos, progress_next; local
[all...]
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp181 lldb::offset_t file_offset,
186 data_sp = file->MemoryMapFileContents(file_offset, length);
197 data_sp = file->MemoryMapFileContents(file_offset, length);
204 std::unique_ptr<ObjectFileELF> objfile_ap(new ObjectFileELF(module_sp, data_sp, data_offset, file, file_offset, length));
306 lldb::offset_t file_offset,
341 data_sp = file.MemoryMapFileContents (file_offset, section_header_end);
356 data_sp = file.MemoryMapFileContents (file_offset, SIZE_MAX);
399 lldb::offset_t file_offset,
401 ObjectFile(module_sp, file, file_offset, length, data_sp, data_offset),
177 CreateInstance(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 length) argument
303 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
395 ObjectFileELF(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
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp155 lldb::offset_t file_offset,
160 data_sp = file->MemoryMapFileContents(file_offset, length);
168 data_sp = file->MemoryMapFileContents(file_offset, length);
169 std::unique_ptr<ObjectFile> objfile_ap(new ObjectFilePECOFF (module_sp, data_sp, data_offset, file, file_offset, length));
189 lldb::offset_t file_offset,
211 lldb::offset_t file_offset,
213 ObjectFile (module_sp, file, file_offset, length, data_sp, data_offset),
151 CreateInstance(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 length) argument
186 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
207 ObjectFilePECOFF(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

Completed in 754 milliseconds

12