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

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 86 assert(NULL != f_pBSSSection);
87 return *f_pBSSSection;
91 assert(NULL != f_pBSSSection);
92 return *f_pBSSSection;
108 LDSection* f_pBSSSection; // .bss __bss
  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 19 f_pBSSSection(NULL),
ELFFileFormat.cpp 86 f_pBSSSection = &pLinker.getOrCreateOutputSectHdr(".bss",

Completed in 440 milliseconds