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.cpp75 SymtabSection *symtabSection = nullptr; member in __anon313fb1070111::Writer
196 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab() argument
198 : symtabSection(symtabSection), in LCDysymtab()
210 c->nextdefsym = symtabSection->getNumExternalSymbols(); in writeTo()
212 c->nundefsym = symtabSection->getNumUndefinedSymbols(); in writeTo()
218 SymtabSection *symtabSection; member in __anon313fb1070111::LCDysymtab
299 : symtabSection(symtabSection), stringTableSection(stringTableSection) {} in LCSymtab()
307 c->symoff = symtabSection->fileOff; in writeTo()
308 c->nsyms = symtabSection->getNumSymbols(); in writeTo()
313 SymtabSection *symtabSection = nullptr; member in __anon313fb1070111::LCSymtab
[all …]