HomeSort by relevance Sort by last modified time
    Searched refs:size_of_raw_data (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/courgette/
types_win_pe.h 22 uint32 size_of_raw_data; member in struct:courgette::Section
disassembler_win32_x64.cc 179 section->file_offset_of_raw_data + section->size_of_raw_data;
299 if (offset < section->size_of_raw_data) {
353 uint32 end = file_offset + section->size_of_raw_data;
394 file_offset += section->size_of_raw_data;
430 uint32 end_file_offset = start_file_offset + section->size_of_raw_data;
681 if (section->size_of_raw_data > 0) { // i.e. has data in file.
697 if (offset < section->size_of_raw_data) {
disassembler_win32_x86.cc 179 section->file_offset_of_raw_data + section->size_of_raw_data;
299 if (offset < section->size_of_raw_data) {
353 uint32 end = file_offset + section->size_of_raw_data;
394 file_offset += section->size_of_raw_data;
430 uint32 end_file_offset = start_file_offset + section->size_of_raw_data;
681 if (section->size_of_raw_data > 0) { // i.e. has data in file.
697 if (offset < section->size_of_raw_data) {

Completed in 43 milliseconds