Lines Matching defs:section_start
157 inline const byte* section_start() const { return section_start_; }
871 offset += section_iter.payload_start() - section_iter.section_start();
1585 uint32_t section_start = decoder.pc_offset();
1595 if (section_length < (payload_offset - section_start)) {
1599 uint32_t payload_length = section_length - (payload_offset - section_start);
1602 result.push_back({{section_start, section_length},