Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h162 void addGotEntry(Ctx &ctx, Symbol &sym);
H A DRelocations.cpp894 void elf::addGotEntry(Ctx &ctx, Symbol &sym) { in addGotEntry() function in elf
1830 addGotEntry(ctx, sym); in handleNonPreemptibleIfunc()
1863 addGotEntry(ctx, sym); in postScanRelocations()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp453 addGotEntry(ctx, *rel.sym); in relaxOnce()
H A DX86_64.cpp354 addGotEntry(ctx, *rel.sym); in relaxOnce()