Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.h121 unsigned ExportDynamic : 1; variable
392 S->ExportDynamic = Sym.ExportDynamic; in replaceSymbol()
H A DSymbolTable.cpp215 Sym->ExportDynamic = false; in insertName()
236 if (!CanOmitFromDynSym && (Config->Shared || Config->ExportDynamic)) in insert()
237 S->ExportDynamic = true; in insert()
501 S->ExportDynamic = true; in addShared()
668 B->ExportDynamic = true; in handleDynamicList()
H A DConfig.h145 bool ExportDynamic; member
H A DSymbols.cpp249 return ExportDynamic; in includeInDynsym()
H A DDriver.cpp790 Config->ExportDynamic = in readConfigs()
1502 !SharedFiles.empty() || Config->Pic || Config->ExportDynamic; in link()
H A DInputFiles.cpp1027 S->ExportDynamic = true; in parseRest()
H A DRelocations.cpp517 Sym.ExportDynamic = true; in replaceWithDefined()
H A DWriter.cpp1663 S->ExportDynamic = true; in finalizeSections()