Lines Matching defs:section
59 // https://webassembly.github.io/spec/core/bikeshed/index.html#name-section%E2%91%A0
179 WireBytesRef section;
192 // Decode the function names from the name section. Returns the result as an
198 // Decode the requested subsection of the name section.
199 // The result will be empty if no name section is present. On encountering an
200 // error in the name section, returns all information decoded up to the first
243 // Translates the unknown section that decoder is pointing to to an extended
244 // SectionCode if the unknown section is known to decoder.
245 // The decoder is expected to point after the section length and just before
246 // the identifier string of the unknown section.