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

1 2

  /external/chromium_org/courgette/
disassembler_elf_32_x86.cc 85 size_t file_offset = section_header->sh_offset; local
111 file_offset += sizeof(Elf32_Rel) * abs32_locations_.size();
114 return ParseSimpleRegion(file_offset, section_end, program);
disassembler_elf_32.cc 243 uint32 file_offset = 0; local
265 if (!ParseSimpleRegion(file_offset,
269 file_offset = section_header->sh_offset;
275 file_offset = section_header->sh_offset + section_header->sh_size;
283 file_offset = section_header->sh_offset + section_header->sh_size;
312 if (!ParseSimpleRegion(file_offset,
330 size_t file_offset = section_header->sh_offset; local
338 while (file_offset < section_end) {
341 file_offset > **current_abs_offset)
345 file_offset > (**current_rel)->get_offset())
    [all...]
disassembler_elf_32_arm.cc 318 size_t file_offset = section_header->sh_offset; local
337 if (!ParseSimpleRegion(file_offset, file_offset + sizeof(Elf32_Rel),
341 file_offset += sizeof(Elf32_Rel);
352 file_offset += sizeof(Elf32_Rel);
362 return ParseSimpleRegion(file_offset, section_end, program);
disassembler_win32_x64.cc 318 int file_offset = RVAToFileOffset(rva); local
319 if (file_offset == kNoOffset)
322 return OffsetToPointer(file_offset);
336 uint32 file_offset = 0; local
337 while (file_offset < length()) {
338 const Section* section = FindNextSection(file_offset);
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
345 if (file_offset < section->file_offset_of_raw_data) {
347 if(!ParseNonSectionFileRegion(file_offset, section_start_offset,
351 file_offset = section_start_offset
386 uint32 file_offset = 0; local
    [all...]
disassembler_win32_x86.cc 318 int file_offset = RVAToFileOffset(rva); local
319 if (file_offset == kNoOffset)
322 return OffsetToPointer(file_offset);
336 uint32 file_offset = 0; local
337 while (file_offset < length()) {
338 const Section* section = FindNextSection(file_offset);
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
345 if (file_offset < section->file_offset_of_raw_data) {
347 if(!ParseNonSectionFileRegion(file_offset, section_start_offset,
351 file_offset = section_start_offset
386 uint32 file_offset = 0; local
    [all...]
  /bionic/linker/
linker_phdr.cpp 539 ssize_t file_offset = 0; variable
555 MAP_PRIVATE|MAP_FIXED, fd, file_offset);
559 file_offset += size;
595 size_t file_offset = 0; variable
609 char* file_base = static_cast<char*>(temp_mapping) + file_offset;
614 if (file_size - file_offset < size) {
649 file_offset += size;
  /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/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 195 int64 file_offset; member in struct:disk_cache::SimpleSynchronousEntry::SparseRange
simple_synchronous_entry.cc 282 const int64 file_offset = local
291 file->Read(file_offset, out_buf->data(), in_entry_op.buf_len);
318 const int64 file_offset = out_entry_stat->GetOffsetInFile( local
361 if (files_[file_index].Write(file_offset, in_buf->data(), buf_len) !=
1077 int file_offset = out_entry_stat->GetOffsetInFile(key_, 0, 0); local
1107 int file_offset = entry_stat.GetEOFOffsetInFile(key_, index); local
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/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/chromium_org/ui/base/resource/
data_pack.cc 28 uint32 file_offset; member in struct:__anon20540::DataPackEntry
160 if (entry->file_offset > mmap_->length()) {
202 if (next_entry->file_offset > mmap_->length()) {
211 size_t length = next_entry->file_offset - target->file_offset;
212 data->set(reinterpret_cast<const char*>(mmap_->data() + target->file_offset),
  /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 370 uint32_t file_offset = pFileOffset; local
378 file_offset,
385 file_offset = nested_offset;
422 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/chromium_org/base/third_party/symbolize/
symbolize.cc 579 uint64_t file_offset; local
580 cursor = GetHex(cursor, eol, &file_offset);
597 base_address = ((num_maps == 1) ? 0U : start_address) - file_offset;
  /external/fio/
file.h 88 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...]
  /external/qemu/distrib/jpeg-6b/
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...]
  /art/compiler/
oat_writer.cc 43 DCHECK_EQ(static_cast<off_t>(file_offset + relative_offset), out->Seek(0, kSeekCurrent)) \
44 << "file_offset=" << file_offset << " relative_offset=" << relative_offset
47 DCHECK_EQ(static_cast<off_t>(file_offset + offset_), out->Seek(0, kSeekCurrent)) \
48 << "file_offset=" << file_offset << " offset_=" << offset_
564 WriteCodeMethodVisitor(OatWriter* writer, OutputStream* out, const size_t file_offset,
568 file_offset_(file_offset) {
576 size_t file_offset = file_offset_; local
644 WriteMapMethodVisitor(OatWriter* writer, OutputStream* out, const size_t file_offset,
656 size_t file_offset = file_offset_; local
880 const size_t file_offset = out->Seek(0, kSeekCurrent); local
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.cc 1025 size_t file_offset = offset; local
1028 file_offset += address.start_block() * address.BlockSize() +
1041 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
    [all...]
entry_impl_v3.cc 824 size_t file_offset = offset; local
827 file_offset += address.start_block() * address.BlockSize() +
840 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
922 size_t file_offset = offset;
925 file_offset += address.start_block() * address.BlockSize() +
944 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/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,
964 u64 file_offset)
1302 u64 head, page_offset, file_offset, file_pos, progress_next; local
    [all...]

Completed in 1650 milliseconds

1 2