Searched refs:f_pGNUVersion (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h167 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 member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp52 f_pGNUVersion(NULL),
195 f_pGNUVersion = pBuilder.CreateSection(".gnu.version",

Completed in 59 milliseconds