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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 53 { return (NULL != f_pPLT) && (0 != f_pPLT->size()); }
209 assert(NULL != f_pPLT);
210 return *f_pPLT;
214 assert(NULL != f_pPLT);
215 return *f_pPLT;
655 LDSection* f_pPLT; // .plt
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 70 f_pPLT = pBuilder.CreateSection(".plt",
ELFExecFileFormat.cpp 71 f_pPLT = pBuilder.CreateSection(".plt",
ELFFileFormat.cpp 20 f_pPLT(NULL),

Completed in 348 milliseconds