Searched refs:expected_section_end (Results 1 – 1 of 1) sorted by relevance
135 const byte* expected_section_end = pc_ + section_length; in DecodeModule() local398 if (pc_ != expected_section_end) { in DecodeModule()399 const char* diff = pc_ < expected_section_end ? "shorter" : "longer"; in DecodeModule()