Searched refs:typeSec (Results 1 – 4 of 4) sorted by relevance
394 addSection(out.typeSec); in addSections()670 file->typeMap[i] = out.typeSec->registerType(types[i]); in calculateTypes()675 out.typeSec->registerType(*f->signature); in calculateTypes()677 out.typeSec->registerType(*e->signature); in calculateTypes()681 out.typeSec->registerType(f->signature); in calculateTypes()684 out.typeSec->registerType(e->signature); in calculateTypes()1201 out.typeSec = make<TypeSection>(); in createSyntheticSections()
173 import.SigIndex = out.typeSec->lookupType(*functionSym->signature); in writeBody()181 import.Event.SigIndex = out.typeSec->lookupType(*eventSym->signature); in writeBody()204 writeUleb128(os, out.typeSec->lookupType(func->signature), "sig index"); in writeBody()252 e->event.Type.SigIndex = out.typeSec->lookupType(e->signature); in writeBody()
93 out.typeSec->registerType(types[reloc.Index]); in scanRelocations()
355 TypeSection *typeSec; member