OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetSectionOrder
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
103
///
getTargetSectionOrder
- compute the layout order of AArch64 target
105
unsigned int
getTargetSectionOrder
(const LDSection& pSectHdr) const;
AArch64LDBackend.cpp
292
unsigned int AArch64GNULDBackend::
getTargetSectionOrder
(
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
112
///
getTargetSectionOrder
- compute the layout order of ARM target sections
113
unsigned int
getTargetSectionOrder
(const LDSection& pSectHdr) const;
ARMLDBackend.cpp
687
unsigned int ARMGNULDBackend::
getTargetSectionOrder
(
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
121
///
getTargetSectionOrder
- compute the layout order of Hexagon target section
122
unsigned int
getTargetSectionOrder
(const LDSection& pSectHdr) const;
HexagonLDBackend.cpp
373
unsigned int HexagonLDBackend::
getTargetSectionOrder
(
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
95
///
getTargetSectionOrder
- compute the layout order of X86 target sections
96
unsigned int
getTargetSectionOrder
(const LDSection& pSectHdr) const;
X86LDBackend.cpp
232
unsigned int X86GNULDBackend::
getTargetSectionOrder
(
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
118
///
getTargetSectionOrder
- compute the layout order of ARM target sections
119
unsigned int
getTargetSectionOrder
(const LDSection& pSectHdr) const;
MipsLDBackend.cpp
548
unsigned int MipsGNULDBackend::
getTargetSectionOrder
(
[
all
...]
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
154
/// will call
getTargetSectionOrder
().
159
/// @see
getTargetSectionOrder
162
///
getTargetSectionOrder
- compute the layout order of target section
168
virtual unsigned int
getTargetSectionOrder
(const LDSection& pSectHdr) const {
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 503 milliseconds