Searched refs:PLTTableManager (Results 1 – 12 of 12) sorted by relevance
385 class PLTTableManager : public TableManager<PLTTableManager> {387 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() function
359 class PLTTableManager : public TableManager<PLTTableManager> {361 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() function
625 class PLTTableManager : public TableManager<PLTTableManager> {627 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() function
729 class PLTTableManager : public TableManager<PLTTableManager> {731 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() function
200 class PLTTableManager : public TableManager<PLTTableManager<Endianness>> {202 PLTTableManager(TOCTableManager<Endianness> &TOC) : TOC(TOC) {} in PLTTableManager() function
142 PLTTableManager PLT(GOT); in buildTables_ELF_loongarch()
33 i386::PLTTableManager PLT(GOT); in buildTables_ELF_i386()
92 x86_64::PLTTableManager PLT(GOT); in buildTables_ELF_x86_64()
538 aarch64::PLTTableManager PLT(GOT); in buildTables_MachO_arm64()
559 aarch64::PLTTableManager PLT(GOT); in buildTables_ELF_aarch64()
460 x86_64::PLTTableManager PLT(GOT); in buildGOTAndStubs_MachO_x86_64()
161 ppc64::PLTTableManager<Endianness> PLT(TOC); in buildTables_ELF_ppc64()