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(f_pReadOnlySection != NULL); in getReadOnly()
94 return *f_pReadOnlySection; in getReadOnly()
98 assert(f_pReadOnlySection != NULL); in getReadOnly()
99 return *f_pReadOnlySection; in getReadOnly()
107 LDSection* f_pReadOnlySection; // .rodata __const variable
/frameworks/compile/mclinker/lib/LD/
DLDFileFormat.cpp20 f_pReadOnlySection(NULL) { in LDFileFormat()
DELFFileFormat.cpp76 f_pReadOnlySection = pBuilder.CreateSection(".rodata", in initStdSections()