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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h 24 uint64_t defaultTextSegmentAddr() const { return 0x08048000; }
39 uint64_t defaultTextSegmentAddr() const { return 0x400000; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGNUInfo.h 24 uint64_t defaultTextSegmentAddr() const { return 0x8000; }
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 32 uint64_t defaultTextSegmentAddr() const { return 0x0; }
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 41 /// defaultTextSegmentAddr - target should specify its own default start address
43 virtual uint64_t defaultTextSegmentAddr() const { return 0x0; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 36 uint64_t defaultTextSegmentAddr() const { return 0x80000; }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 140 return m_pInfo->defaultTextSegmentAddr();
    [all...]

Completed in 134 milliseconds