OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pReadOnlySection
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp
20
f_pReadOnlySection
(NULL) {
ELFFileFormat.cpp
76
f_pReadOnlySection
= pBuilder.CreateSection(".rodata",
/frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h
93
assert(
f_pReadOnlySection
!= NULL);
94
return *
f_pReadOnlySection
;
98
assert(
f_pReadOnlySection
!= NULL);
99
return *
f_pReadOnlySection
;
107
LDSection*
f_pReadOnlySection
; // .rodata __const
Completed in 56 milliseconds