OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultTextSegmentAddr
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h
23
uint64_t
defaultTextSegmentAddr
() const { return 0x08048000; }
36
uint64_t
defaultTextSegmentAddr
() const { return 0x400000; }
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GNUInfo.h
23
uint64_t
defaultTextSegmentAddr
() const { return 0x400000; }
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGNUInfo.h
23
uint64_t
defaultTextSegmentAddr
() const { return 0x8000; }
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h
27
uint64_t
defaultTextSegmentAddr
() const { return 0x0; }
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h
26
uint64_t
defaultTextSegmentAddr
() const;
MipsGNUInfo.cpp
36
uint64_t MipsGNUInfo::
defaultTextSegmentAddr
() const {
/frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h
37
///
defaultTextSegmentAddr
- target should specify its own default start
39
virtual uint64_t
defaultTextSegmentAddr
() const { return 0x0; }
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
156
return m_pInfo->
defaultTextSegmentAddr
();
[
all
...]
Completed in 353 milliseconds