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.h66 { return (NULL != f_pComment) && (0 != f_pComment->size()); } in hasComment()
256 assert(NULL != f_pComment); in getComment()
257 return *f_pComment; in getComment()
262 assert(NULL != f_pComment); in getComment()
263 return *f_pComment; in getComment()
659 LDSection* f_pComment; // .comment variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp25 f_pComment(NULL), in ELFFileFormat()
89 f_pComment = pBuilder.CreateSection(".comment", in initStdSections()