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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 44 class ARMPLT1 : public PLT::Entry<sizeof(arm_plt1)>
47 ARMPLT1(SectionData& pParent);
67 ARMPLT1* consume();
ARMPLT.cpp 25 ARMPLT1::ARMPLT1(SectionData& pParent)
63 ARMPLT1* plt1_entry = 0;
66 plt1_entry = new (std::nothrow) ARMPLT1(*m_SectionData);
75 ARMPLT1* ARMPLT::consume()
81 return llvm::cast<ARMPLT1>(&(*m_PLTEntryIterator));
150 uint64_t PLT1EntrySize = ARMPLT1::EntrySize;
151 ARMPLT1* plt1 = NULL;
155 plt1 = &(llvm::cast<ARMPLT1>(*it));
156 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize))
    [all...]

Completed in 347 milliseconds