Searched defs:MipsPLT0 (Results 1 – 1 of 1) sorted by relevance
42 class MipsPLT0 : public PLT::Entry<sizeof(PLT0)> { class44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {} in MipsPLT0() function in mcld::MipsPLT0