OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pNULLSection
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
43
return (
f_pNULLSection
!= NULL) && (
f_pNULLSection
->size() != 0);
211
assert(
f_pNULLSection
!= NULL);
212
return *
f_pNULLSection
;
216
assert(
f_pNULLSection
!= NULL);
217
return *
f_pNULLSection
;
675
LDSection*
f_pNULLSection
;
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
18
:
f_pNULLSection
(NULL),
74
f_pNULLSection
=
Completed in 7756 milliseconds