Searched refs:aarch64_plt0 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.h16 const uint8_t aarch64_plt0[] = { variable
38 class AArch64PLT0 : public PLT::Entry<sizeof(aarch64_plt0)> {
H A DAArch64PLT.cpp23 : PLT::Entry<sizeof(aarch64_plt0)>(pParent) {
47 sizeof(aarch64_plt0);
75 memcpy(data, aarch64_plt0, AArch64PLT0::EntrySize);

Completed in 81 milliseconds