Searched defs:ARMPLT1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h44 class ARMPLT1 : public PLT::Entry<sizeof(arm_plt1)> class in namespace:mcld
47 ARMPLT1(SectionData& pParent);
65 ARMPLT1* create();
H A DARMPLT.cpp24 ARMPLT1::ARMPLT1(SectionData& pParent) function in class:ARMPLT1
58 ARMPLT1* ARMPLT::create()
60 ARMPLT1* plt1_entry = new (std::nothrow) ARMPLT1(*m_pSectionData);
120 uint64_t PLT1EntrySize = ARMPLT1::EntrySize;
121 ARMPLT1* plt1 = NULL;
125 plt1 = &(llvm::cast<ARMPLT1>(*it));
126 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize));
159 ARMPLT1* plt
[all...]

Completed in 44 milliseconds