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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.h25 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DARMELFDynamic.cpp24 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) function in class:ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h26 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DX86ELFDynamic.cpp22 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { function in class:X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h31 void reserveTargetEntries(const ELFFileFormat& pFormat);
H A DMipsELFDynamic.cpp37 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) function in class:MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h147 /// reserveTargetEntries - reserve target dependent entries
148 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp128 reserveTargetEntries(pFormat); // DT_PLTGOT

Completed in 54 milliseconds