Searched refs:defaultTextSegmentAddr (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h23 uint64_t defaultTextSegmentAddr() const { return 0x08048000; } function in class:mcld::X86_32GNUInfo
36 uint64_t defaultTextSegmentAddr() const { return 0x400000; } function in class:mcld::X86_64GNUInfo
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GNUInfo.h23 uint64_t defaultTextSegmentAddr() const { return 0x400000; } function in class:mcld::AArch64GNUInfo
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGNUInfo.h23 uint64_t defaultTextSegmentAddr() const { return 0x8000; } function in class:mcld::ARMGNUInfo
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h27 uint64_t defaultTextSegmentAddr() const { return 0x0; } function in class:mcld::HexagonGNUInfo
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.h26 uint64_t defaultTextSegmentAddr() const;
H A DMipsGNUInfo.cpp36 uint64_t MipsGNUInfo::defaultTextSegmentAddr() const { function in class:mcld::MipsGNUInfo
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h37 /// defaultTextSegmentAddr - target should specify its own default start
39 virtual uint64_t defaultTextSegmentAddr() const { return 0x0; } function in class:mcld::GNUInfo
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp156 return m_pInfo->defaultTextSegmentAddr();

Completed in 143 milliseconds