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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h66 { return (NULL != f_pComment) && (0 != f_pComment->size()); }
256 assert(NULL != f_pComment);
257 return *f_pComment;
262 assert(NULL != f_pComment);
263 return *f_pComment;
659 LDSection* f_pComment; // .comment member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp25 f_pComment(NULL),
89 f_pComment = pBuilder.CreateSection(".comment",

Completed in 36 milliseconds