Searched refs:expected_file_offset (Results 1 – 1 of 1) sorted by relevance
1037 size_t expected_file_offset = file_offset + relative_offset; in WriteCode() local1038 if (static_cast<uint32_t>(new_offset) != expected_file_offset) { in WriteCode()1040 << " Expected: " << expected_file_offset << " File: " << out->GetLocation(); in WriteCode()