Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.cpp230 uint8_t Symbol::computeBinding() const { in computeBinding() function in Symbol
245 if (computeBinding() == STB_LOCAL) in includeInDynsym()
H A DSymbols.h132 uint8_t computeBinding() const;
H A DRelocations.cpp658 Sym.computeBinding() != STB_LOCAL && Sym.Visibility == STV_DEFAULT; in maybeReportUndefined()
H A DSyntheticSections.cpp1913 return S.Sym->isLocal() || S.Sym->computeBinding() == STB_LOCAL; in sortSymTabSymbols()
2002 ESym->setBindingAndType(Sym->computeBinding(), Sym->Type); in writeTo()