Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.h26 void reserveTargetEntries(const ELFFileFormat& pFormat);
DX86ELFDynamic.cpp25 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() function in X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.h25 void reserveTargetEntries(const ELFFileFormat& pFormat);
DARMELFDynamic.cpp25 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() function in ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.h26 void reserveTargetEntries(const ELFFileFormat& pFormat);
DHexagonELFDynamic.cpp24 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() function in HexagonELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.h31 void reserveTargetEntries(const ELFFileFormat& pFormat);
DMipsELFDynamic.cpp38 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() function in MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h176 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp141 reserveTargetEntries(pFormat); // DT_PLTGOT in reserveEntries()