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.h151 { return (NULL != f_pGNUVersion) && (0 != f_pGNUVersion->size()); } in hasGNUVersion()
522 assert(NULL != f_pGNUVersion); in getGNUVersion()
523 return *f_pGNUVersion; in getGNUVersion()
527 assert(NULL != f_pGNUVersion); in getGNUVersion()
528 return *f_pGNUVersion; in getGNUVersion()
653 LDSection* f_pGNUVersion; // .gnu.version variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp53 f_pGNUVersion(NULL), in ELFFileFormat()
207 f_pGNUVersion = &pLinker.getOrCreateOutputSectHdr(".gnu.version", in initObjectFormat()