HomeSort by relevance Sort by last modified time
    Searched refs:f_pDataSection (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 72 assert(NULL != f_pDataSection);
73 return *f_pDataSection;
77 assert(NULL != f_pDataSection);
78 return *f_pDataSection;
103 LDSection* f_pDataSection; // .data __data
  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 19 f_pDataSection(NULL),
ELFFileFormat.cpp 94 f_pDataSection = pBuilder.CreateSection(".data",

Completed in 25 milliseconds