Searched refs:f_pReadOnlySection (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDFileFormat.cpp20 f_pReadOnlySection(NULL) {
H A DELFFileFormat.cpp78 f_pReadOnlySection = pBuilder.CreateSection(".rodata",
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h93 assert(NULL != f_pReadOnlySection);
94 return *f_pReadOnlySection;
98 assert(NULL != f_pReadOnlySection);
99 return *f_pReadOnlySection;
106 LDSection* f_pReadOnlySection; // .rodata __const member in class:mcld::LDFileFormat

Completed in 391 milliseconds