Home | History | Annotate | Download | only in courgette

Lines Matching refs:file_offset_of_raw_data

179         section->file_offset_of_raw_data + section->size_of_raw_data;
300 return section->file_offset_of_raw_data + offset;
345 if (file_offset < section->file_offset_of_raw_data) {
346 uint32 section_start_offset = section->file_offset_of_raw_data;
391 if (file_offset < section->file_offset_of_raw_data)
392 file_offset = section->file_offset_of_raw_data;
429 uint32 start_file_offset = section->file_offset_of_raw_data;
682 if (fileOffset <= section->file_offset_of_raw_data) {
684 section->file_offset_of_raw_data < best->file_offset_of_raw_data) {
696 uint32 offset = file_offset - section->file_offset_of_raw_data;