Home
last modified time | relevance | path

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

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