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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 151 { return (NULL != f_pGNUVersion) && (0 != f_pGNUVersion->size()); }
531 assert(NULL != f_pGNUVersion);
532 return *f_pGNUVersion;
536 assert(NULL != f_pGNUVersion);
537 return *f_pGNUVersion;
691 LDSection* f_pGNUVersion; // .gnu.version
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 52 f_pGNUVersion(NULL),
206 f_pGNUVersion = pBuilder.CreateSection(".gnu.version",

Completed in 25 milliseconds