Searched refs:addPltEntry (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.cpp | 1065 static void addPltEntry(PltSection *plt, GotPltSection *gotPlt, in addPltEntry() function 1243 addPltEntry(in.plt, in.gotPlt, in.relaPlt, target->pltRel, sym); in processRelocAux() 1420 addPltEntry(in.plt, in.gotPlt, in.relaPlt, target->pltRel, sym); in scanReloc() 1490 addPltEntry(in.iplt, in.igotPlt, in.relaIplt, target->iRelativeRel, in scanReloc() 2060 addPltEntry(in.plt, in.gotPlt, in.relaPlt, target->pltRel, in hexagonTLSSymbolUpdate()
|