HomeSort by relevance Sort by last modified time
    Searched defs:AArch64PLT1 (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 48 class AArch64PLT1 : public PLT::Entry<sizeof(aarch64_plt1)>
51 AArch64PLT1(SectionData& pParent);
69 AArch64PLT1* create();
AArch64PLT.cpp 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)
    [all...]

Completed in 60 milliseconds