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 101 bool hasInit() const { return (f_pInit != NULL) && (f_pInit->size() != 0); }
372 assert(f_pInit != NULL);
373 return *f_pInit;
377 assert(f_pInit != NULL);
378 return *f_pInit;
693 LDSection* f_pInit; // .init
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 34 f_pInit(NULL),
103 f_pInit =

Completed in 44 milliseconds