Searched refs:symtabSection (Results 1 – 1 of 1) sorted by relevance
73 SymtabSection *symtabSection = nullptr; member in __anoneb56ad3f0111::Writer194 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument196 : symtabSection(symtabSection), in LCDysymtab()207 c->iextdefsym = c->nlocalsym = symtabSection->getNumLocalSymbols(); in writeTo()208 c->nextdefsym = symtabSection->getNumExternalSymbols(); in writeTo()210 c->nundefsym = symtabSection->getNumUndefinedSymbols(); in writeTo()216 SymtabSection *symtabSection; member in __anoneb56ad3f0111::LCDysymtab296 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab() argument297 : symtabSection(symtabSection), stringTableSection(stringTableSection) {} in LCSymtab()305 c->symoff = symtabSection->fileOff; in writeTo()[all …]