Searched defs:PLT (Results 1 – 10 of 10) sorted by relevance
19 # define PLT(X) X@PLT macro21 # define PLT(X) X macro
20 PLT::PLT(LDSection& pSection) : m_Section(pSection) { in PLT() function in mcld::PLT
142 PLTTableManager PLT(GOT); in buildTables_ELF_loongarch() local
517 aarch64::PLTTableManager PLT(GOT); in buildTables_MachO_arm64() local
439 x86_64::PLTTableManager PLT(GOT); in buildGOTAndStubs_MachO_x86_64() local
93 x86_64::PLTTableManager PLT(GOT); in buildTables_ELF_x86_64() local
512 aarch64::PLTTableManager PLT(GOT); in buildTables_ELF_aarch64() local
40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
113 PLT loader.Sym member
2044 ArrayRef<uint8_t> PLT = unwrapOrError(Obj->getSectionContents(PLTShdr)); in parsePLT() local