/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 | 320 size_t file_offset = section_header->sh_offset; local 339 if (!ParseSimpleRegion(file_offset, file_offset + sizeof(Elf32_Rel), 343 file_offset += sizeof(Elf32_Rel); 354 file_offset += sizeof(Elf32_Rel); 364 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...] |
/external/llvm/bindings/python/llvm/ |
object.py | 314 def file_offset(self): member in class:Symbol 348 getattr(self, 'file_offset')
|
/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 | 297 const int64 file_offset = local 305 files_[file_index], file_offset, out_buf->data(), in_entry_op.buf_len); 332 const int64 file_offset = out_entry_stat->GetOffsetInFile( local 376 files_[file_index], file_offset, in_buf->data(), buf_len) != 1102 int file_offset = out_entry_stat->GetOffsetInFile(key_, 0, 0); local 1131 int file_offset = entry_stat.GetEOFOffsetInFile(key_, index); local [all...] |
/external/chromium_org/ui/base/resource/ |
data_pack.cc | 28 uint32 file_offset; member in struct:__anon17507::DataPackEntry 152 if (entry->file_offset > mmap_->length()) { 191 size_t length = next_entry->file_offset - target->file_offset; 193 data->set(mmap_->data() + target->file_offset, length);
|
/frameworks/compile/mclinker/lib/LD/ |
GNUArchiveReader.cpp | 355 uint32_t file_offset = pFileOffset; local 363 file_offset, 370 file_offset = nested_offset; 402 file_offset = nested_offset;
|
/art/compiler/ |
oat_writer.cc | 425 DCHECK_EQ(static_cast<off_t>(file_offset + relative_offset), out.Seek(0, kSeekCurrent)) \ 426 << "file_offset=" << file_offset << " relative_offset=" << relative_offset 429 DCHECK_EQ(static_cast<off_t>(file_offset + offset_), out.Seek(0, kSeekCurrent)) \ 430 << "file_offset=" << file_offset << " offset_=" << offset_ 433 const size_t file_offset = out.Seek(0, kSeekCurrent); local 447 if (!WriteTables(out, file_offset)) { 452 size_t relative_offset = WriteCode(out, file_offset); 458 relative_offset = WriteCodeDexFiles(out, file_offset, relative_offset) [all...] |
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 140 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/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...] |
/external/chromium_org/net/disk_cache/ |
entry_impl.cc | 1022 size_t file_offset = offset; local 1025 file_offset += address.start_block() * address.BlockSize() + 1038 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) { [all...] |
/external/chromium_org/net/disk_cache/v3/ |
entry_impl_v3.cc | 813 size_t file_offset = offset; local 816 file_offset += address.start_block() * address.BlockSize() + 829 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) { 911 size_t file_offset = offset; 914 file_offset += address.start_block() * address.BlockSize() + 933 if (!file->Write(buf->data(), buf_len, file_offset, io_callback, [all...] |
/external/linux-tools-perf/util/ |
session.c | 472 u64 file_offset; member in struct:sample_queue 494 u64 file_offset); 519 iter->file_offset); 631 struct perf_sample *sample, u64 file_offset) 663 new->file_offset = file_offset; 700 u64 file_offset, struct perf_sample *sample) 706 file_offset, event->header.size, event->header.type); 713 printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset, 735 u64 file_offset) 1013 u64 head, page_offset, file_offset, file_pos, progress_next; local [all...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker.cc | 907 uint64 start_address, end_address, file_offset; local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker.cc | 907 uint64 start_address, end_address, 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...] |
/sdk/emulator/qtools/ |
trace_reader.h | 54 file_offset(0), flags(0), nsymbols(0), symbols(NULL) {} 71 dest->file_offset = file_offset; 83 uint32_t file_offset; member in struct:TraceReader::region_entry [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prio.h | 1652 PRUint32 file_offset; \/* file offset *\/ member in struct:PRSendFileData [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 1674 DWORD file_offset; \/* offset for accessing corresponding member in struct:codeview_linetab2_block [all...] |
/external/valgrind/main/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...] |