OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyTargetEntries
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.h
23
void
applyTargetEntries
(const ELFFileFormat& pFormat);
AArch64ELFDynamic.cpp
39
void AArch64ELFDynamic::
applyTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h
23
void
applyTargetEntries
(const ELFFileFormat& pFormat);
ARMELFDynamic.cpp
32
void ARMELFDynamic::
applyTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.h
24
void
applyTargetEntries
(const ELFFileFormat& pFormat);
HexagonELFDynamic.cpp
31
void HexagonELFDynamic::
applyTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h
24
void
applyTargetEntries
(const ELFFileFormat& pFormat);
X86ELFDynamic.cpp
32
void X86ELFDynamic::
applyTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h
29
void
applyTargetEntries
(const ELFFileFormat& pFormat);
MipsELFDynamic.cpp
44
void MipsELFDynamic::
applyTargetEntries
(const ELFFileFormat& pFormat)
/frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h
175
///
applyTargetEntries
- apply target-dependant
176
virtual void
applyTargetEntries
(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
256
applyTargetEntries
(pFormat); // DT_PLTGOT
Completed in 727 milliseconds