Searched refs:AArch64PLT1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp26 AArch64PLT1::AArch64PLT1(SectionData& pParent) function in class:mcld::AArch64PLT1
58 AArch64PLT1* AArch64PLT::create() {
59 AArch64PLT1* plt1_entry = new (std::nothrow) AArch64PLT1(*m_pSectionData);
118 uint32_t PLT1EntrySize = AArch64PLT1::EntrySize;
119 AArch64PLT1* plt1 = NULL;
123 plt1 = &(llvm::cast<AArch64PLT1>(*it));
124 Out = static_cast<uint32_t*>(malloc(AArch64PLT1::EntrySize));
125 memcpy(Out, aarch64_plt1, AArch64PLT1
[all...]
H A DAArch64PLT.h43 class AArch64PLT1 : public PLT::Entry<sizeof(aarch64_plt1)> { class in namespace:mcld
45 AArch64PLT1(SectionData& pParent);
62 AArch64PLT1* create();
H A DAArch64Relocator.h26 typedef KeyEntryMap<ResolveInfo, AArch64PLT1> SymPLTMap;
H A DAArch64RelocationHelpers.h92 static inline AArch64PLT1& helper_PLT_init(Relocation& pReloc,
99 AArch64PLT1* plt_entry = ld_backend.getPLT().create();

Completed in 60 milliseconds