Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h167 return (f_pGNUVersion != NULL) && (f_pGNUVersion->size() != 0); in hasGNUVersion()
553 assert(f_pGNUVersion != NULL); in getGNUVersion()
554 return *f_pGNUVersion; in getGNUVersion()
558 assert(f_pGNUVersion != NULL); in getGNUVersion()
559 return *f_pGNUVersion; in getGNUVersion()
713 LDSection* f_pGNUVersion; // .gnu.version variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp52 f_pGNUVersion(NULL), in ELFFileFormat()
195 f_pGNUVersion = pBuilder.CreateSection(".gnu.version", in initStdSections()