Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h68 return (f_pComment != NULL) && (f_pComment->size() != 0); in hasComment()
281 assert(f_pComment != NULL); in getComment()
282 return *f_pComment; in getComment()
287 assert(f_pComment != NULL); in getComment()
288 return *f_pComment; in getComment()
684 LDSection* f_pComment; // .comment variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp25 f_pComment(NULL), in ELFFileFormat()
88 f_pComment = pBuilder.CreateSection( in initStdSections()