HomeSort by relevance Sort by last modified time
    Searched refs:f_pComment (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 68 return (f_pComment != NULL) && (f_pComment->size() != 0);
281 assert(f_pComment != NULL);
282 return *f_pComment;
287 assert(f_pComment != NULL);
288 return *f_pComment;
684 LDSection* f_pComment; // .comment
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 25 f_pComment(NULL),
88 f_pComment = pBuilder.CreateSection(

Completed in 61 milliseconds