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 160 { return (NULL != f_pGOTPLT) && (0 != f_pGOTPLT->size()); }
561 assert(NULL != f_pGOTPLT);
562 return *f_pGOTPLT;
566 assert(NULL != f_pGOTPLT);
567 return *f_pGOTPLT;
694 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 29 milliseconds