Searched refs:symtabSection (Results 1 – 1 of 1) sorted by relevance
74 SymtabSection *symtabSection = nullptr; member in __anoneb56ad3f0111::Writer195 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument197 : symtabSection(symtabSection), in LCDysymtab()208 c->iextdefsym = c->nlocalsym = symtabSection->getNumLocalSymbols(); in writeTo()209 c->nextdefsym = symtabSection->getNumExternalSymbols(); in writeTo()211 c->nundefsym = symtabSection->getNumUndefinedSymbols(); in writeTo()217 SymtabSection *symtabSection; member in __anoneb56ad3f0111::LCDysymtab297 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab() argument298 : symtabSection(symtabSection), stringTableSection(stringTableSection) {} in LCSymtab()306 c->symoff = symtabSection->fileOff; in writeTo()[all …]