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 163 { return (NULL != f_pJCR) && (0 != f_pJCR->size()); }
571 assert(NULL != f_pJCR);
572 return *f_pJCR;
576 assert(NULL != f_pJCR);
577 return *f_pJCR;
695 LDSection* f_pJCR; // .jcr
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 56 f_pJCR(NULL),
221 f_pJCR = pBuilder.CreateSection(".jcr",

Completed in 30 milliseconds