HomeSort by relevance Sort by last modified time
    Searched defs:file_offset (Results 1 - 25 of 44) 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 122 ElfReader::ElfReader(const char* name, int fd, off64_t file_offset)
123 : name_(name), fd_(fd), file_offset_(file_offset),
540 ssize_t file_offset = 0; variable
556 MAP_PRIVATE|MAP_FIXED, fd, file_offset);
560 file_offset += size;
596 size_t file_offset = 0; variable
610 char* file_base = static_cast<char*>(temp_mapping) + file_offset;
615 if (file_size - file_offset < size) {
650 file_offset += size;
linker.h 204 soinfo(const char* name, const struct stat* file_stat, off64_t file_offset);
252 off64_t file_offset; member in struct:soinfo
linker.cpp 285 static soinfo* soinfo_alloc(const char* name, struct stat* file_stat, off64_t file_offset) {
291 soinfo* si = new (g_soinfo_allocator.alloc()) soinfo(name, file_stat, file_offset);
455 soinfo::soinfo(const char* name, const struct stat* file_stat, off64_t file_offset) {
465 this->file_offset = file_offset;
779 off64_t file_offset = 0; local
785 file_offset = extinfo->library_fd_offset;
798 if ((file_offset % PAGE_SIZE) != 0) {
799 DL_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset);
816 si->get_file_offset() == file_offset) {
    [all...]
  /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
  /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:__anon21278::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/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 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;
759 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
762 file_offset = ptr->cur_start_row * bytesperrow;
778 file_offset, byte_count); local
782 file_offset, byte_count); local
783 file_offset += byte_count
    [all...]
  /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_
571 WriteCodeMethodVisitor(OatWriter* writer, OutputStream* out, const size_t file_offset,
575 file_offset_(file_offset) {
583 size_t file_offset = file_offset_; local
652 WriteMapMethodVisitor(OatWriter* writer, OutputStream* out, const size_t file_offset,
664 size_t file_offset = file_offset_; local
889 const size_t file_offset = out->Seek(0, kSeekCurrent); local
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.cc 1026 size_t file_offset = offset; local
1029 file_offset += address.start_block() * address.BlockSize() +
1042 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
    [all...]

Completed in 1656 milliseconds

1 2