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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 27 const uint8_t aarch64_plt1[] = { variable
43 class AArch64PLT1 : public PLT::Entry<sizeof(aarch64_plt1)> {
AArch64PLT.cpp 27 : PLT::Entry<sizeof(aarch64_plt1)>(pParent) {
46 uint64_t size = (m_pSectionData->size() - 1) * sizeof(aarch64_plt1) +
125 memcpy(Out, aarch64_plt1, AArch64PLT1::EntrySize);

Completed in 74 milliseconds