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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 157 { return (NULL != f_pGOTPLT) && (0 != f_pGOTPLT->size()); }
558 assert(NULL != f_pGOTPLT);
559 return *f_pGOTPLT;
563 assert(NULL != f_pGOTPLT);
564 return *f_pGOTPLT;
691 LDSection* f_pGOTPLT; // .got.plt
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 75 f_pGOTPLT = pBuilder.CreateSection(".got.plt",
ELFExecFileFormat.cpp 76 f_pGOTPLT = pBuilder.CreateSection(".got.plt",
ELFFileFormat.cpp 55 f_pGOTPLT(NULL),

Completed in 450 milliseconds