Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.cpp131 if (this->IsInIgot) in getGotPltVA()
137 if (IsInIgot) in getGotPltOffset()
H A DSymbols.h185 IsInIplt(false), IsInIgot(false), IsPreemptible(false), in Symbol()
198 unsigned IsInIgot : 1; variable
H A DSyntheticSections.cpp1136 Sym.IsInIgot = true; in addEntry()