Home | History | Annotate | Download | only in ARM

Lines Matching refs:EntrySize

89   data = static_cast<uint32_t*>(malloc(ARMPLT0::EntrySize));
94 memcpy(data, arm_plt0, ARMPLT0::EntrySize);
112 uint32_t GOTEntrySize = ARMGOTEntry::EntrySize;
117 plt_base + ARMPLT0::EntrySize; //Offset of PLT0
120 uint64_t PLT1EntrySize = ARMPLT1::EntrySize;
126 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize));
155 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
156 result += ARMPLT0::EntrySize;
163 memcpy(buffer + result, plt1->getValue(), ARMPLT1::EntrySize);
164 result += ARMPLT1::EntrySize;