Searched refs:symtabSection (Results 1 – 1 of 1) sorted by relevance
75 SymtabSection *symtabSection = nullptr; member in __anona61fce6f0111::Writer196 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument198 : symtabSection(symtabSection), in LCDysymtab()210 c->nextdefsym = symtabSection->getNumExternalSymbols(); in writeTo()212 c->nundefsym = symtabSection->getNumUndefinedSymbols(); in writeTo()218 SymtabSection *symtabSection; member in __anona61fce6f0111::LCDysymtab298 : symtabSection(symtabSection), stringTableSection(stringTableSection) {} in LCSymtab()306 c->symoff = symtabSection->fileOff; in writeTo()307 c->nsyms = symtabSection->getNumSymbols(); in writeTo()312 SymtabSection *symtabSection = nullptr; member in __anona61fce6f0111::LCSymtab[all …]