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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 73 // create PLT0
81 // create PLT0
91 // create PLT0
105 // plt0 size
149 // This will skip PLT0.
163 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); local
165 return plt0;
181 PLTEntryBase* plt0 = getPLT0(); local
184 data = static_cast<unsigned char*>(malloc(plt0->size()));
189 memcpy(data, m_PLT0, plt0->size())
267 PLTEntryBase* plt0 = getPLT0(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 50 // create PLT0
67 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); local
69 return plt0;
75 // plt0 size
124 PLTEntryBase* plt0 = getPLT0(); local
128 data = static_cast<unsigned char*>(malloc(plt0->size()));
133 memcpy(data, m_PLT0, plt0->size());
144 plt0->setValue(data);
164 plt_base + HexagonPLT0::EntrySize; //Offset of PLT0
166 ++it; //skip PLT0
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 91 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first)); local
93 return plt0;
116 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first)); local
127 plt0->setValue(reinterpret_cast<unsigned char*>(data));
147 plt_base + ARMPLT0::EntrySize; //Offset of PLT0
149 ++it; //skip PLT0

Completed in 54 milliseconds