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 74 assert(NULL != f_pDataSection);
75 return *f_pDataSection;
79 assert(NULL != f_pDataSection);
80 return *f_pDataSection;
105 LDSection* f_pDataSection; // .data __data
  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 18 f_pDataSection(NULL),
ELFFileFormat.cpp 95 f_pDataSection = &pLinker.getOrCreateOutputSectHdr(".data",

Completed in 829 milliseconds