OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserveTargetEntries
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.h
22
void
reserveTargetEntries
(const ELFFileFormat& pFormat);
AArch64ELFDynamic.cpp
26
void AArch64ELFDynamic::
reserveTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h
22
void
reserveTargetEntries
(const ELFFileFormat& pFormat);
ARMELFDynamic.cpp
25
void ARMELFDynamic::
reserveTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.h
23
void
reserveTargetEntries
(const ELFFileFormat& pFormat);
HexagonELFDynamic.cpp
24
void HexagonELFDynamic::
reserveTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h
23
void
reserveTargetEntries
(const ELFFileFormat& pFormat);
X86ELFDynamic.cpp
25
void X86ELFDynamic::
reserveTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h
28
void
reserveTargetEntries
(const ELFFileFormat& pFormat);
MipsELFDynamic.cpp
28
void MipsELFDynamic::
reserveTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h
172
///
reserveTargetEntries
- reserve target dependent entries
173
virtual void
reserveTargetEntries
(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
145
reserveTargetEntries
(pFormat); // DT_PLTGOT
Completed in 183 milliseconds