Home
last modified time | relevance | path

Searched refs:symtabSection (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp74 SymtabSection *symtabSection = nullptr; member in __anoneb56ad3f0111::Writer
195 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument
197 : 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::LCDysymtab
297 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab() argument
298 : symtabSection(symtabSection), stringTableSection(stringTableSection) {} in LCSymtab()
306 c->symoff = symtabSection->fileOff; in writeTo()
[all …]