Home
last modified time | relevance | path

Searched refs:f_pJCR (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h182 bool hasJCR() const { return (f_pJCR != NULL) && (f_pJCR->size() != 0); } in hasJCR()
593 assert(f_pJCR != NULL); in getJCR()
594 return *f_pJCR; in getJCR()
598 assert(f_pJCR != NULL); in getJCR()
599 return *f_pJCR; in getJCR()
717 LDSection* f_pJCR; // .jcr variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp56 f_pJCR(NULL), in ELFFileFormat()
210 f_pJCR = pBuilder.CreateSection(".jcr", in initStdSections()