Lines Matching defs:symtabSection
74 SymtabSection *symtabSection = nullptr;
195 LCDysymtab(SymtabSection *symtabSection,
197 : symtabSection(symtabSection),
208 c->iextdefsym = c->nlocalsym = symtabSection->getNumLocalSymbols();
209 c->nextdefsym = symtabSection->getNumExternalSymbols();
211 c->nundefsym = symtabSection->getNumUndefinedSymbols();
217 SymtabSection *symtabSection;
297 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection)
298 : symtabSection(symtabSection), stringTableSection(stringTableSection) {}
306 c->symoff = symtabSection->fileOff;
307 c->nsyms = symtabSection->getNumSymbols();
312 SymtabSection *symtabSection = nullptr;
807 in.header->addLoadCommand(make<LCSymtab>(symtabSection, stringTableSection));
809 make<LCDysymtab>(symtabSection, indirectSymtabSection));
996 symtabSection = makeSymtabSection<LP>(*stringTableSection);
1120 symtabSection, indirectSymtabSection,