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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h 26 void applyTargetEntries(const ELFFileFormat& pFormat);
ARMELFDynamic.cpp 31 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h 27 void applyTargetEntries(const ELFFileFormat& pFormat);
X86ELFDynamic.cpp 28 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 32 void applyTargetEntries(const ELFFileFormat& pFormat);
MipsELFDynamic.cpp 51 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 150 /// applyTargetEntries - apply target-dependant
151 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 196 applyTargetEntries(pFormat); // DT_PLTGOT

Completed in 370 milliseconds