Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
DX86ELFDynamic.cpp23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() function in mcld::X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
DARMELFDynamic.cpp23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() function in mcld::ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
DHexagonELFDynamic.cpp23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() function in mcld::HexagonELFDynamic
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
DAArch64ELFDynamic.cpp24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() function in mcld::AArch64ELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.h27 void reserveTargetEntries(const ELFFileFormat& pFormat);
DMipsELFDynamic.cpp26 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() function in mcld::MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h158 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp136 reserveTargetEntries(pFormat); in reserveEntries()