Searched refs:symtabSection (Results 1 – 1 of 1) sorted by relevance
72 SymtabSection *symtabSection = nullptr; member in __anon857cdc730111::Writer193 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument195 : symtabSection(symtabSection), in LCDysymtab()207 c->nextdefsym = symtabSection->getNumExternalSymbols(); in writeTo()209 c->nundefsym = symtabSection->getNumUndefinedSymbols(); in writeTo()215 SymtabSection *symtabSection; member in __anon857cdc730111::LCDysymtab295 : symtabSection(symtabSection), stringTableSection(stringTableSection) {} in LCSymtab()303 c->symoff = symtabSection->fileOff; in writeTo()304 c->nsyms = symtabSection->getNumSymbols(); in writeTo()309 SymtabSection *symtabSection = nullptr; member in __anon857cdc730111::LCSymtab[all …]