Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h115 void addAuthEntry(const Symbol &sym);
H A DRelocations.cpp917 ctx.in.got->addAuthEntry(sym); in addGotAuthEntry()
H A DSyntheticSections.cpp683 void GotSection::addAuthEntry(const Symbol &sym) { in addAuthEntry() function in GotSection