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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 580 LDSymbol* f_pEnd;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 686 if (NULL != f_pEnd && ResolveInfo::ThreadLocal != f_pEnd->type()) {
687 f_pEnd->setValue((((*edata)->vaddr() +
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 111 f_pEnd(NULL),
465 f_pEnd =
640 NULL != f_pEnd || NULL != f_p_End) {
660 if (NULL != f_pEnd && ResolveInfo::ThreadLocal != f_pEnd->type()) {
661 f_pEnd->setValue(f_pEnd->value() +
679 if (NULL != f_pEnd)
680 f_pEnd->setValue(0x0);
    [all...]

Completed in 126 milliseconds