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(f_pDataSection != NULL); in getData()
74 return *f_pDataSection; in getData()
78 assert(f_pDataSection != NULL); in getData()
79 return *f_pDataSection; in getData()
105 LDSection* f_pDataSection; // .data __data variable
/frameworks/compile/mclinker/lib/LD/
DLDFileFormat.cpp18 f_pDataSection(NULL), in LDFileFormat()
DELFFileFormat.cpp90 f_pDataSection = in initStdSections()