Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp72 SymtabSection *symtabSection = nullptr; member in __anon857cdc730111::Writer
193 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument
195 : symtabSection(symtabSection), in LCDysymtab()
207 c->nextdefsym = symtabSection->getNumExternalSymbols(); in writeTo()
209 c->nundefsym = symtabSection->getNumUndefinedSymbols(); in writeTo()
215 SymtabSection *symtabSection; member in __anon857cdc730111::LCDysymtab
295 : 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 …]