Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbols.h306 uint8_t dsoProtected : 1; variable
444 dsoProtected = visibility() == llvm::ELF::STV_PROTECTED; in SharedSymbol()
467 s.dsoProtected = dsoProtected; in overwrite()
H A DRelocations.cpp959 if (!sym.dsoProtected) in canDefineSymbolInExecutable()