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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 71 // create PLT0
79 // create PLT0
89 // create PLT0
101 // plt0 size
142 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); local
144 return plt0;
160 PLTEntryBase* plt0 = getPLT0(); local
163 data = static_cast<unsigned char*>(malloc(plt0->size()));
168 memcpy(data, m_PLT0, plt0->size());
177 plt0->setValue(data)
246 PLTEntryBase* plt0 = getPLT0(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 50 // create PLT0
66 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); local
68 return plt0;
74 // plt0 size
107 PLTEntryBase* plt0 = getPLT0(); local
111 data = static_cast<unsigned char*>(malloc(plt0->size()));
116 memcpy(data, m_PLT0, plt0->size());
127 plt0->setValue(data);
147 plt_base + HexagonPLT0::EntrySize; //Offset of PLT0
149 ++it; //skip PLT0
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 86 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first)); local
97 plt0->setValue(reinterpret_cast<unsigned char*>(data));
117 plt_base + ARMPLT0::EntrySize; //Offset of PLT0
119 ++it; //skip PLT0
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 69 // malloc plt0
73 AArch64PLT0* plt0 = &(llvm::cast<AArch64PLT0>(*first)); local
80 // apply plt0
99 plt0->setValue(reinterpret_cast<unsigned char*>(data));
120 ++it; //skip PLT0

Completed in 98 milliseconds