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.cpp39 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) function in class:AArch64ELFDynamic
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.h23 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DARMELFDynamic.cpp32 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) function in class:ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.h24 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DHexagonELFDynamic.cpp31 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) function in class:HexagonELFDynamic
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h24 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DX86ELFDynamic.cpp32 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) function in class:X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h29 void applyTargetEntries(const ELFFileFormat& pFormat);
H A DMipsELFDynamic.cpp44 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) function in class:MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h175 /// applyTargetEntries - apply target-dependant
176 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp256 applyTargetEntries(pFormat); // DT_PLTGOT

Completed in 167 milliseconds