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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 96 { return (NULL != f_pInit) && (0 != f_pInit->size()); }
350 assert(NULL != f_pInit);
351 return *f_pInit;
355 assert(NULL != f_pInit);
356 return *f_pInit;
671 LDSection* f_pInit; // .init
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 34 f_pInit(NULL),
109 f_pInit = pBuilder.CreateSection(".init",

Completed in 20 milliseconds