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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 16 const uint8_t aarch64_plt0[] = { variable
38 class AArch64PLT0 : public PLT::Entry<sizeof(aarch64_plt0)> {
AArch64PLT.cpp 23 : PLT::Entry<sizeof(aarch64_plt0)>(pParent) {
47 sizeof(aarch64_plt0);
75 memcpy(data, aarch64_plt0, AArch64PLT0::EntrySize);

Completed in 772 milliseconds