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.h94 assert(NULL != f_pReadOnlySection); in getReadOnly()
95 return *f_pReadOnlySection; in getReadOnly()
99 assert(NULL != f_pReadOnlySection); in getReadOnly()
100 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.cpp79 f_pReadOnlySection = &pLinker.getOrCreateOutputSectHdr(".rodata", in initObjectFormat()