Searched refs:applyTargetEntries (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.h23 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DAArch64ELFDynamic.cpp35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::AArch64ELFDynamic
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.h23 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DARMELFDynamic.cpp29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.h23 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DHexagonELFDynamic.cpp29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::HexagonELFDynamic
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h23 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DX86ELFDynamic.cpp29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h28 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DMipsELFDynamic.cpp41 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h160 /// applyTargetEntries - apply target-dependant
161 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp236 applyTargetEntries(pFormat);

Completed in 356 milliseconds