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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 130 void ARMPLT::applyPLT1() {
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 202 void X86_32PLT::applyPLT1()
208 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
288 void X86_64PLT::applyPLT1()
294 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");

Completed in 178 milliseconds