Searched defs:f_pComment (Results 1 - 1 of 1) 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

Completed in 1776 milliseconds