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

  /external/chromium_org/courgette/
disassembler_elf_32_x86.cc 120 uint32 start_file_offset = section_header->sh_offset; local
121 uint32 end_file_offset = start_file_offset + section_header->sh_size;
123 const uint8* start_pointer = OffsetToPointer(start_file_offset);
disassembler_elf_32_arm.cc 368 uint32 start_file_offset = section_header->sh_offset; local
369 uint32 end_file_offset = start_file_offset + section_header->sh_size;
371 const uint8* start_pointer = OffsetToPointer(start_file_offset);

Completed in 42 milliseconds