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

  /bionic/linker/
linker_phdr.cpp 136 ElfReader::ElfReader(const char* name, int fd, off64_t file_offset, off64_t file_size)
137 : name_(name), fd_(fd), file_offset_(file_offset), file_size_(file_size),
586 ssize_t file_offset = 0; variable
602 MAP_PRIVATE|MAP_FIXED, fd, file_offset);
606 file_offset += size;
644 size_t file_offset = 0; variable
658 char* file_base = static_cast<char*>(temp_mapping) + file_offset;
663 if (file_size - file_offset < size) {
698 file_offset += size;
  /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/lldb/source/API/
SBSection.cpp 218 const uint64_t file_offset = sect_file_offset + offset; local
228 DataBufferSP data_buffer_sp (objfile->GetFileSpec().ReadFileContents (file_offset, file_size));
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 2331 Label file_offset; member in struct:ELFSectionHeader
    [all...]
  /external/lldb/source/Target/
TargetList.cpp 94 lldb::offset_t file_offset = 0; local
96 const size_t num_specs = ObjectFile::GetModuleSpecifications (module_spec.GetFileSpec(), file_offset, file_size, module_specs);
  /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;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_api.cpp 36 file_offset(0),
49 size_t file_offset; member in struct:crazy_context_t
90 size_t file_offset) {
91 context->file_offset = file_offset;
95 return context->file_offset;
206 context->file_offset,
  /external/fio/
file.h 86 uint64_t file_offset; member in struct:fio_file
  /external/e2fsprogs/ext2ed/
ext2ed.h 136 long file_offset,file_length; member in struct:struct_file_info
  /external/jpeg/
jmemmgr.c 693 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 += byte_count
    [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 59 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, data, data_offset, magic)
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 696 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 += byte_count
    [all...]
  /art/compiler/
elf_builder.h 651 Elf_Off file_offset = kProgramHeadersOffset + sizeof(Elf_Phdr) * kMaxProgramHeaders; local
652 Elf_Addr load_address = file_offset;
663 header->sh_offset = RoundUp(file_offset, alignment);
664 file_offset = header->sh_offset + header->sh_size;
680 Elf_Off section_headers_offset = RoundUp(file_offset, sizeof(Elf_Off));
    [all...]
oat_writer.cc 51 DCHECK_EQ(static_cast<off_t>(file_offset + relative_offset), out->Seek(0, kSeekCurrent)) \
52 << "file_offset=" << file_offset << " relative_offset=" << relative_offset
55 DCHECK_EQ(static_cast<off_t>(file_offset + offset_), out->Seek(0, kSeekCurrent)) \
56 << "file_offset=" << file_offset << " offset_=" << offset_
641 WriteCodeMethodVisitor(OatWriter* writer, OutputStream* out, const size_t file_offset,
645 file_offset_(file_offset),
688 size_t file_offset = file_offset_; local
909 size_t file_offset = file_offset_; local
1133 const size_t file_offset = static_cast<size_t>(raw_file_offset); local
1179 const size_t file_offset = oat_data_offset_; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
session.c 495 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)
1307 u64 head, page_offset, file_offset, file_pos, progress_next; 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...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 1670 DWORD file_offset; \/* offset for accessing corresponding member in struct:codeview_linetab2_block
    [all...]
  /external/valgrind/perf/
tinycc.c 19217 int shnum, i, phnum, file_offset, offset, size, j, tmp, sh_order_index, k; local
20164 unsigned long file_offset; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 252 file_ptr file_offset; /* Look here to find the file. */
250 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]

Completed in 1523 milliseconds