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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 160 { return (NULL != f_pJCR) && (0 != f_pJCR->size()); }
568 assert(NULL != f_pJCR);
569 return *f_pJCR;
573 assert(NULL != f_pJCR);
574 return *f_pJCR;
692 LDSection* f_pJCR; // .jcr
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 56 f_pJCR(NULL),
221 f_pJCR = pBuilder.CreateSection(".jcr",

Completed in 53 milliseconds