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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 576 LDSymbol* f_p__EText;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 107 f_p__EText(NULL),
444 f_p__EText =
607 if (NULL != f_pEText || NULL != f_p_EText || NULL !=f_p__EText) {
623 if (NULL != f_p__EText && ResolveInfo::ThreadLocal != f_p__EText->type()) {
624 f_p__EText->setValue(f_p__EText->value() +
634 if (NULL != f_p__EText)
635 f_p__EText->setValue(0x0);
    [all...]

Completed in 174 milliseconds