Lines Matching refs:SigIndex
556 Signature = &Signatures[F.SigIndex]; in parseNameSection()
734 Signature = &Signatures[Function.SigIndex]; in parseLinkingSectionSymtab()
745 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
860 Signature = &Signatures[Tag.SigIndex]; in parseLinkingSectionSymtab()
872 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
1274 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1275 if (Im.SigIndex >= NumTypes) in parseImportSection()
1306 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1307 if (Im.SigIndex >= NumTypes) in parseImportSection()
1333 F.SigIndex = Type; in parseFunctionSection()
1396 Tag.SigIndex = Type; in parseTagSection()
1456 Signature = &Signatures[Function.SigIndex]; in parseExportSection()