Searched refs:kTypeSectionCode (Results 1 – 5 of 5) sorted by relevance
93 kTypeSectionCode = 1, // Function signature declarations enumerator118 kFirstSectionInModule = kTypeSectionCode,
32 return kTypeSectionCode <= byte && byte <= kLastKnownModuleSection; in IsValidSectionCode()
597 size_t start = EmitSection(kTypeSectionCode, buffer); in WriteTo()
66 case kTypeSectionCode: in SectionName()465 case kTypeSectionCode: in DecodeSection()
56 let kTypeSectionCode = 1; // Function signature declarations variable895 binary.emit_section(kTypeSectionCode, section => {