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.cpp73 SymtabSection *symtabSection = nullptr; member in __anoneb56ad3f0111::Writer
194 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument
196 : 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::LCDysymtab
296 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab() argument
297 : symtabSection(symtabSection), stringTableSection(stringTableSection) {} in LCSymtab()
305 c->symoff = symtabSection->fileOff; in writeTo()
[all …]