Searched refs:f_pComment (Results 1 – 2 of 2) sorted by relevance
66 { 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
25 f_pComment(NULL), in ELFFileFormat()89 f_pComment = pBuilder.CreateSection(".comment", in initStdSections()