Searched refs:f_pEText (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h574 LDSymbol* f_pEText; member in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp105 f_pEText(NULL),
424 f_pEText =
607 if (NULL != f_pEText || NULL != f_p_EText || NULL !=f_p__EText) {
613 if (NULL != f_pEText && ResolveInfo::ThreadLocal != f_pEText->type()) {
614 f_pEText->setValue(f_pEText->value() +
630 if (NULL != f_pEText)
631 f_pEText->setValue(0x0);

Completed in 11 milliseconds