Home
last modified time | relevance | path

Searched refs:PLT0 (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsPLT.cpp17 const uint32_t PLT0[] = { variable
42 class MipsPLT0 : public PLT::Entry<sizeof(PLT0)> {
44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {} in MipsPLT0()
63 uint64_t size = sizeof(PLT0) + (m_pSectionData->size() - 1) * sizeof(PLTA); in finalizeSectionSize()
114 memcpy(data, PLT0, plt->size()); in applyAllPLT()