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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 500 LDSymbol* f_pExecutableStart;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 82 f_pExecutableStart(NULL),
388 f_pExecutableStart =
568 if (NULL != f_pExecutableStart) {
571 if (ResolveInfo::ThreadLocal != f_pExecutableStart->type()) {
572 f_pExecutableStart->setValue(f_pExecutableStart->value() +
577 f_pExecutableStart->setValue(0x0);
    [all...]

Completed in 114 milliseconds