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 43 class AArch64PLT1 : public PLT::Entry<sizeof(aarch64_plt1)> {
45 AArch64PLT1(SectionData& pParent);
62 AArch64PLT1* create();
AArch64PLT.cpp 26 AArch64PLT1::AArch64PLT1(SectionData& pParent)
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::EntrySize)
    [all...]

Completed in 63 milliseconds