Home
last modified time | relevance | path

Searched defs:defaultTextSegmentAddr (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h23 uint64_t defaultTextSegmentAddr() const { return 0x08048000; } in defaultTextSegmentAddr() function
36 uint64_t defaultTextSegmentAddr() const { return 0x400000; } in defaultTextSegmentAddr() function
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGNUInfo.h23 uint64_t defaultTextSegmentAddr() const { return 0x8000; } in defaultTextSegmentAddr() function
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GNUInfo.h23 uint64_t defaultTextSegmentAddr() const { return 0x400000; } in defaultTextSegmentAddr() function
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h27 uint64_t defaultTextSegmentAddr() const { return 0x0; } in defaultTextSegmentAddr() function
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h39 virtual uint64_t defaultTextSegmentAddr() const { return 0x0; } in defaultTextSegmentAddr() function
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.cpp36 uint64_t MipsGNUInfo::defaultTextSegmentAddr() const { in defaultTextSegmentAddr() function in mcld::MipsGNUInfo