Home | History | Annotate | Download | only in AArch64

Lines Matching refs:EntrySize

75   data = static_cast<uint32_t*>(malloc(AArch64PLT0::EntrySize));
78 memcpy(data, aarch64_plt0, AArch64PLT0::EntrySize);
88 uint64_t got_ent2_base = got_base + sizeof(AArch64GOTEntry::EntrySize) * 2;
91 helper_get_page_address(plt_base + (sizeof(AArch64PLT0::EntrySize) * 8));
114 uint32_t GOTEntrySize = AArch64GOTEntry::EntrySize;
118 uint32_t PLTEntryAddress = plt_base + AArch64PLT0::EntrySize;
121 uint32_t PLT1EntrySize = AArch64PLT1::EntrySize;
127 Out = static_cast<uint32_t*>(malloc(AArch64PLT1::EntrySize));
128 memcpy(Out, aarch64_plt1, AArch64PLT1::EntrySize);
157 AArch64PLT0::EntrySize);
158 result += AArch64PLT0::EntrySize;
165 memcpy(buffer + result, plt1->getValue(), AArch64PLT1::EntrySize);
166 result += AArch64PLT1::EntrySize;