OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pComment
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
69
{ return (NULL !=
f_pComment
) && (0 !=
f_pComment
->size()); }
259
assert(NULL !=
f_pComment
);
260
return *
f_pComment
;
265
assert(NULL !=
f_pComment
);
266
return *
f_pComment
;
662
LDSection*
f_pComment
; // .comment
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
25
f_pComment
(NULL),
89
f_pComment
= pBuilder.CreateSection(".comment",
Completed in 24 milliseconds