Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h76 return (f_pDebug != NULL) && (f_pDebug->size() != 0); in hasDebug()
302 assert(f_pDebug != NULL); in getDebug()
303 return *f_pDebug; in getDebug()
307 assert(f_pDebug != NULL); in getDebug()
308 return *f_pDebug; in getDebug()
686 LDSection* f_pDebug; // .debug variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp27 f_pDebug(NULL), in ELFFileFormat()
101 f_pDebug = pBuilder.CreateSection( in initStdSections()