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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 28 const uint32_t PLTA[] = {
50 class MipsPLTA : public PLT::Entry<sizeof(PLTA)> {
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {}
63 uint64_t size = sizeof(PLT0) + (m_pSectionData->size() - 1) * sizeof(PLTA);
87 MipsPLTA* plta = 0; local
89 plta = &(llvm::cast<MipsPLTA>(*it));
90 memcpy(buffer + result, plta->getValue(), MipsPLTA::EntrySize);
129 memcpy(data, PLTA, plt->size());
MipsPLT.h 31 // hasPLT1 - return if this PLT has any PLTA/PLTB entries

Completed in 299 milliseconds