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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.h 23 void applyTargetEntries(const ELFFileFormat& pFormat);
AArch64ELFDynamic.cpp 35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h 23 void applyTargetEntries(const ELFFileFormat& pFormat);
ARMELFDynamic.cpp 29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.h 23 void applyTargetEntries(const ELFFileFormat& pFormat);
HexagonELFDynamic.cpp 29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h 23 void applyTargetEntries(const ELFFileFormat& pFormat);
X86ELFDynamic.cpp 29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 28 void applyTargetEntries(const ELFFileFormat& pFormat);
MipsELFDynamic.cpp 41 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 160 /// applyTargetEntries - apply target-dependant
161 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 236 applyTargetEntries(pFormat);

Completed in 206 milliseconds