HomeSort by relevance Sort by last modified time
    Searched refs:reserveTargetEntries (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h 25 void reserveTargetEntries(const ELFFileFormat& pFormat);
ARMELFDynamic.cpp 24 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h 26 void reserveTargetEntries(const ELFFileFormat& pFormat);
X86ELFDynamic.cpp 22 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 31 void reserveTargetEntries(const ELFFileFormat& pFormat);
MipsELFDynamic.cpp 37 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 147 /// reserveTargetEntries - reserve target dependent entries
148 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 128 reserveTargetEntries(pFormat); // DT_PLTGOT

Completed in 19 milliseconds