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
647 class PLTTableManager : public TableManager<PLTTableManager> {649 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() function
200 class PLTTableManager : public TableManager<PLTTableManager<Endianness>> { in getOrCreateStubsSection() 202 PLTTableManager(TOCTableManager<Endianness> &TOC) : TOC(TOC) {} in getOrCreateStubsSection() 172 PLTTableManager(TOCTableManager<Endianness> &TOC) : TOC(TOC) {} PLTTableManager() function
739 class PLTTableManager : public TableManager<PLTTableManager> {741 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} 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()
161 ppc64::PLTTableManager<Endianness> PLT(TOC); in addSingleRelocation()
461 x86_64::PLTTableManager PLT(GOT); in buildGOTAndStubs_MachO_x86_64()
539 aarch64::PLTTableManager PLT(GOT); in buildTables_MachO_arm64()
573 aarch64::PLTTableManager PLT(GOT); in buildTables_ELF_aarch64()