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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DAArch64ELFDynamic.cpp24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::AArch64ELFDynamic
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DARMELFDynamic.cpp23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DHexagonELFDynamic.cpp23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::HexagonELFDynamic
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DX86ELFDynamic.cpp23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h27 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DMipsELFDynamic.cpp26 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { function in class:mcld::MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h157 /// reserveTargetEntries - reserve target dependent entries
158 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp136 reserveTargetEntries(pFormat);

Completed in 1143 milliseconds