Searched refs:section_length (Results 1 – 5 of 5) sorted by relevance
74 int section_length, in hap_write_section_header() argument81 bytestream2_put_le24(pbc, header_length == HAP_HDR_LONG ? 0 : section_length); in hap_write_section_header()85 bytestream2_put_le32(pbc, section_length); in hap_write_section_header()
188 uint32_t section_length() const { in section_length() function in v8::internal::wasm::__anond2c9f3f70211::WasmSectionIterator216 msg, section_length(), in advance()239 uint32_t section_length = decoder_->consume_u32v("section length"); in next() local242 if (decoder_->checkAvailable(section_length)) { in next()244 section_end_ = payload_start_ + section_length; in next()2435 uint32_t section_length = decoder.consume_u32v("section length"); in DecodeCustomSections() local2439 decoder.consume_bytes(section_length, "section bytes"); in DecodeCustomSections()2446 if (section_length < (payload_offset - section_start)) { in DecodeCustomSections()2450 uint32_t payload_length = section_length - (payload_offset - section_start); in DecodeCustomSections()2453 result.push_back({{section_start, section_length}, in DecodeCustomSections()
132 __u32 section_length; member
112 sec_hdr->section_length = sizeof(*mem_err); in inject()
75491 u32 section_length; member