Searched refs:f_p_EText (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h575 LDSymbol* f_p_EText; member in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp106 f_p_EText(NULL),
434 f_p_EText =
607 if (NULL != f_pEText || NULL != f_p_EText || NULL !=f_p__EText) {
618 if (NULL != f_p_EText && ResolveInfo::ThreadLocal != f_p_EText->type()) {
619 f_p_EText->setValue(f_p_EText->value() +
632 if (NULL != f_p_EText)
633 f_p_EText->setValue(0x0);

Completed in 6813 milliseconds