Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h73 assert(NULL != f_pDataSection); in getData()
74 return *f_pDataSection; in getData()
78 assert(NULL != f_pDataSection); in getData()
79 return *f_pDataSection; in getData()
104 LDSection* f_pDataSection; // .data __data variable
/frameworks/compile/mclinker/lib/LD/
DLDFileFormat.cpp18 f_pDataSection(NULL), in LDFileFormat()
DELFFileFormat.cpp94 f_pDataSection = pBuilder.CreateSection(".data", in initStdSections()