HomeSort by relevance Sort by last modified time
    Searched defs:file_offset (Results 1 - 25 of 36) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
bfdwin.c 142 file_ptr file_offset, offset2; local
164 file_offset = offset - offset2;
165 real_size = offset + size - file_offset;
180 fd, file_offset);
libieee.h 118 file_ptr file_offset; member in struct:__anon108042
liboasys.h 55 file_ptr file_offset; member in struct:_oasys_ar_obstack
xsym.h 202 unsigned long file_offset; member in struct:bfd_sym_file_references_table_entry::__anon108063
  /toolchain/binutils/binutils-2.25/include/aout/
ranlib.h 54 unsigned long file_offset; member in struct:symdef
63 #define ran_off file_offset
  /system/update_engine/payload_consumer/
download_action.cc 122 off_t file_offset) {
128 // Check that the file is at least |file_offset| bytes long - if
144 if (p2p_size < file_offset) {
145 LOG(ERROR) << "Wanting to write to file offset " << file_offset
152 off_t cur_file_offset = lseek(p2p_sharing_fd_, file_offset, SEEK_SET);
153 if (cur_file_offset != static_cast<off_t>(file_offset)) {
155 << file_offset << " in p2p file";
163 << file_offset << " in p2p file"; local
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_fip.c 359 size_t file_offset; local
380 file_offset = fp->entry.offset_address + fp->file_pos;
381 result = io_seek(backend_handle, IO_SEEK_SET, file_offset);
  /external/google-breakpad/src/common/mac/
macho_id.cc 138 off_t file_offset = offset; local
148 if (!walker->ReadBytes(buffer, buffer_size, file_offset))
152 file_offset += buffer_size;
macho_reader.cc 341 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/ltp/testcases/kernel/syscalls/openat/
openat02.c 119 off_t file_offset; local
132 file_offset = SAFE_LSEEK(cleanup, TEST_RETURN, 0, SEEK_CUR);
134 if (file_offset > (off_t)(sizeof(STR) - 1))
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 2331 Label file_offset; member in struct:ELFSectionHeader
    [all...]
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 320 off_t file_offset = 0; local
336 if (lseek(fd, file_offset, whence) < 0)
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 354 uint32_t file_offset = pFileOffset; local
361 pArchive, *cur_archive, file_offset, nested_offset, size);
366 file_offset = nested_offset;
401 file_offset = nested_offset;
  /external/fio/
file.h 86 uint64_t file_offset; member in struct:fio_file
  /toolchain/binutils/binutils-2.25/gold/
fileread.h 186 off_t file_offset; member in struct:gold::File_read::Read_multiple_entry
193 : file_offset(o), size(s), buffer(b)
200 // locations. The vector must be sorted by ascending file_offset.
400 page_offset(off_t file_offset)
401 { return file_offset & ~ (page_size - 1); }
archive.h 365 off_t file_offset; member in struct:gold::Archive::Armap_entry
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 676 file_offset, # offset of file header from start of archive
683 data_size and file_offset are 0.
690 long compress, crc, data_size, file_size, file_offset, date, time; local
770 file_offset = PyMarshal_ReadLongFromFile(fp) + arc_offset;
787 file_size, file_offset, time, date, crc);
856 long compress, data_size, file_size, file_offset; local
860 &data_size, &file_size, &file_offset, &time,
873 if (fseek(fp, file_offset, 0) == -1) {
888 if (fseek(fp, file_offset + 26, 0) == -1) {
896 file_offset += l; /* Start of file data */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 676 file_offset, # offset of file header from start of archive
683 data_size and file_offset are 0.
690 long compress, crc, data_size, file_size, file_offset, date, time; local
762 file_offset = PyMarshal_ReadLongFromFile(fp) + arc_offset;
779 file_size, file_offset, time, date, crc);
843 long compress, data_size, file_size, file_offset; local
847 &data_size, &file_size, &file_offset, &time,
860 fseek(fp, file_offset, 0);
870 fseek(fp, file_offset + 26, 0);
873 file_offset += l; /* Start of file data */
    [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.h 136 long file_offset,file_length; member in struct:struct_file_info
  /external/libjpeg-turbo/
jmemmgr.c 756 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
759 file_offset = ptr->cur_start_row * bytesperrow;
775 file_offset, byte_count); local
779 file_offset, byte_count); local
780 file_offset += byte_count;
789 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
792 file_offset = ptr->cur_start_row * bytesperrow;
808 file_offset, byte_count); local
812 file_offset, byte_count); local
813 file_offset += byte_count
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c 695 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
698 file_offset = ptr->cur_start_row * bytesperrow;
714 file_offset, byte_count); local
718 file_offset, byte_count); local
719 file_offset += byte_count;
728 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
731 file_offset = ptr->cur_start_row * bytesperrow;
747 file_offset, byte_count); local
751 file_offset, byte_count); local
752 file_offset += byte_count
    [all...]
  /toolchain/binutils/binutils-2.25/include/
oasys.h 62 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
  /art/compiler/
elf_builder.h 164 off_t file_offset = owner_->stream_.Seek(0, kSeekCurrent); local
165 CHECK_GE(file_offset, (off_t)header_.sh_offset);
166 header_.sh_size = file_offset - header_.sh_offset;
    [all...]
  /bionic/linker/
linker.cpp 280 struct stat* file_stat, off64_t file_offset,
290 file_offset, rtld_flags);
928 off64_t* file_offset, std::string* realpath) {
982 *file_offset = entry.offset;
1006 const char* name, off64_t* file_offset,
1017 fd = open_library_in_zipfile(zip_archive_cache, buf, file_offset, realpath);
1023 *file_offset = 0;
1042 off64_t* file_offset, std::string* realpath) {
1050 fd = open_library_in_zipfile(zip_archive_cache, name, file_offset, realpath);
1056 *file_offset = 0
1154 off64_t file_offset = task->get_file_offset(); local
1291 off64_t file_offset; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 181 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
826 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First;
981 r600_src->sel += ctx->file_offset[tgsi_src->Register.File];
    [all...]

Completed in 1790 milliseconds

1 2