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 76 assert(NULL != f_pDataSection);
77 return *f_pDataSection;
81 assert(NULL != f_pDataSection);
82 return *f_pDataSection;
107 LDSection* f_pDataSection; // .data __data
  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 18 f_pDataSection(NULL),
ELFFileFormat.cpp 96 f_pDataSection = &pLinker.getOrCreateOutputSectHdr(".data",

Completed in 55 milliseconds