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 167 return (f_pGNUVersion != NULL) && (f_pGNUVersion->size() != 0);
553 assert(f_pGNUVersion != NULL);
554 return *f_pGNUVersion;
558 assert(f_pGNUVersion != NULL);
559 return *f_pGNUVersion;
713 LDSection* f_pGNUVersion; // .gnu.version
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 52 f_pGNUVersion(NULL),
195 f_pGNUVersion = pBuilder.CreateSection(".gnu.version",

Completed in 55 milliseconds