Home | History | Annotate | Download | only in AArch64

Lines Matching defs:AArch64PLT1

25 AArch64PLT1::AArch64PLT1(SectionData& pParent)
59 AArch64PLT1* AArch64PLT::create()
61 AArch64PLT1* plt1_entry = new (std::nothrow) AArch64PLT1(*m_pSectionData);
121 uint32_t PLT1EntrySize = AArch64PLT1::EntrySize;
122 AArch64PLT1* plt1 = NULL;
126 plt1 = &(llvm::cast<AArch64PLT1>(*it));
127 Out = static_cast<uint32_t*>(malloc(AArch64PLT1::EntrySize));
128 memcpy(Out, aarch64_plt1, AArch64PLT1::EntrySize);
161 AArch64PLT1* plt1 = NULL;
164 plt1 = &(llvm::cast<AArch64PLT1>(*it));
165 memcpy(buffer + result, plt1->getValue(), AArch64PLT1::EntrySize);
166 result += AArch64PLT1::EntrySize;