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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h69 { return (NULL != f_pComment) && (0 != f_pComment->size()); }
250 assert(NULL != f_pComment);
251 return *f_pComment;
256 assert(NULL != f_pComment);
257 return *f_pComment;
624 LDSection* f_pComment; // .comment member in class:mcld::ELFFileFormat

Completed in 37 milliseconds