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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 566 LDSymbol* f_pEText;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 104 f_pEText(NULL),
406 f_pEText = pBuilder.AddSymbol<IRBuilder::AsReferred, IRBuilder::Resolve>(
575 if (f_pEText != NULL || f_p_EText != NULL || f_p__EText != NULL) {
579 if (f_pEText != NULL && ResolveInfo::ThreadLocal != f_pEText->type()) {
580 f_pEText->setValue(f_pEText->value() + (*etext)->vaddr() +
593 if (f_pEText != NULL)
594 f_pEText->setValue(0x0);
    [all...]

Completed in 729 milliseconds