Searched defs:f_pGNUVersion (Results 1 - 1 of 1) sorted by last modified time

/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

Completed in 55 milliseconds