Home
last modified time | relevance | path

Searched refs:applyTargetEntries (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.h26 void applyTargetEntries(const ELFFileFormat& pFormat);
DARMELFDynamic.cpp31 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() function in ARMELFDynamic
/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.h27 void applyTargetEntries(const ELFFileFormat& pFormat);
DX86ELFDynamic.cpp31 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() function in X86ELFDynamic
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.h32 void applyTargetEntries(const ELFFileFormat& pFormat);
DMipsELFDynamic.cpp51 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() function in MipsELFDynamic
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h151 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp217 applyTargetEntries(pFormat); // DT_PLTGOT in applyEntries()