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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 151 { return (NULL != f_pGNUVersionD) && (0 != f_pGNUVersionD->size()); }
538 assert(NULL != f_pGNUVersionD);
539 return *f_pGNUVersionD;
543 assert(NULL != f_pGNUVersionD);
544 return *f_pGNUVersionD;
689 LDSection* f_pGNUVersionD; // .gnu.version_d
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 53 f_pGNUVersionD(NULL),
211 f_pGNUVersionD = pBuilder.CreateSection(".gnu.version_d",

Completed in 111 milliseconds