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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 160 { return (NULL != f_pGOTPLT) && (0 != f_pGOTPLT->size()); }
549 assert(NULL != f_pGOTPLT);
550 return *f_pGOTPLT;
554 assert(NULL != f_pGOTPLT);
555 return *f_pGOTPLT;
644 LDSection* f_pGOTPLT; // .got.plt
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 75 f_pGOTPLT = &pLinker.getOrCreateOutputSectHdr(".got.plt",
ELFFileFormat.cpp 56 f_pGOTPLT(NULL),

Completed in 875 milliseconds