OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defaultTextSegmentAddr
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGNUInfo.h
24
uint64_t
defaultTextSegmentAddr
() const { return 0x8000; }
/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/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; }
Completed in 297 milliseconds