Home
last modified time | relevance | path

Searched refs:applyTargetEntries (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.h26 void applyTargetEntries(const ELFFileFormat& pFormat);
DARMELFDynamic.cpp32 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() function in ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.h27 void applyTargetEntries(const ELFFileFormat& pFormat);
DX86ELFDynamic.cpp32 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() function in X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.h27 void applyTargetEntries(const ELFFileFormat& pFormat);
DHexagonELFDynamic.cpp31 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() function in HexagonELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.h32 void applyTargetEntries(const ELFFileFormat& pFormat);
DMipsELFDynamic.cpp52 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() function in MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h179 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp247 applyTargetEntries(pFormat); // DT_PLTGOT in applyEntries()