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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 31 void reserveTargetEntries(const ELFFileFormat& pFormat);
32 void applyTargetEntries(const ELFFileFormat& pFormat);
34 size_t getSymTabNum(const ELFFileFormat& pFormat) const;
35 size_t getGotSym(const ELFFileFormat& pFormat) const;
36 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
MipsELFDynamic.cpp 12 #include <mcld/LD/ELFFileFormat.h>
38 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
52 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
66 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const
75 size_t MipsELFDynamic::getGotSym(const ELFFileFormat& pFormat) const
85 size_t MipsELFDynamic::getLocalGotNum(const ELFFileFormat& pFormat) const
MipsLDBackend.cpp 58 ELFFileFormat* file_format = getOutputFormat();
165 ELFFileFormat* file_format = getOutputFormat();
201 const ELFFileFormat* file_format = getOutputFormat();
272 ELFFileFormat* file_format = getOutputFormat();
409 ELFFileFormat* file_format = getOutputFormat();
600 const ELFFileFormat* file_format = getOutputFormat();
634 ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFDynObjFileFormat.h 14 #include <mcld/LD/ELFFileFormat.h>
23 class ELFDynObjFileFormat : public ELFFileFormat
ELFExecFileFormat.h 14 #include <mcld/LD/ELFFileFormat.h>
23 class ELFExecFileFormat : public ELFFileFormat
ELFObjectFileFormat.h 14 #include <mcld/LD/ELFFileFormat.h>
23 class ELFObjectFileFormat : public ELFFileFormat
ELFFileFormat.h 21 /** \class ELFFileFormat
22 * \brief ELFFileFormat describes the common file formats in ELF.
31 class ELFFileFormat : public LDFileFormat
40 ELFFileFormat();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.cpp 11 #include <mcld/LD/ELFFileFormat.h>
25 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
32 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
ARMELFDynamic.h 25 void reserveTargetEntries(const ELFFileFormat& pFormat);
26 void applyTargetEntries(const ELFFileFormat& pFormat);
ARMLDBackend.cpp 95 ELFFileFormat* file_format = getOutputFormat();
221 ELFFileFormat* file_format = getOutputFormat();
242 const ELFFileFormat *file_format = getOutputFormat();
330 ELFFileFormat* file_format = getOutputFormat();
753 const ELFFileFormat* file_format = getOutputFormat();
931 const ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.cpp 11 #include <mcld/LD/ELFFileFormat.h>
24 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
31 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
HexagonELFDynamic.h 26 void reserveTargetEntries(const ELFFileFormat& pFormat);
27 void applyTargetEntries(const ELFFileFormat& pFormat);
HexagonLDBackend.cpp 162 const ELFFileFormat* file_format = getOutputFormat();
180 ELFFileFormat* file_format = getOutputFormat();
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 11 #include <mcld/LD/ELFFileFormat.h>
25 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat)
32 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat)
X86ELFDynamic.h 26 void reserveTargetEntries(const ELFFileFormat& pFormat);
27 void applyTargetEntries(const ELFFileFormat& pFormat);
X86LDBackend.h 201 const ELFFileFormat* FileFormat) const = 0;
270 const ELFFileFormat* FileFormat) const;
320 const ELFFileFormat* FileFormat) const;
X86LDBackend.cpp 178 ELFFileFormat* file_format = getOutputFormat();
257 const ELFFileFormat* FileFormat = getOutputFormat();
259 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
344 const ELFFileFormat* file_format = getOutputFormat();
491 ELFFileFormat* file_format = getOutputFormat();
787 ELFFileFormat* file_format = getOutputFormat();
840 ELFFileFormat* file_format = getOutputFormat();
847 ELFFileFormat* file_format = getOutputFormat();
888 const ELFFileFormat* FileFormat) const
1029 ELFFileFormat* file_format = getOutputFormat()
    [all...]
X86Relocator.cpp 411 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat();
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 22 class ELFFileFormat;
155 void reserveEntries(const ELFFileFormat& pFormat);
161 void applyEntries(const ELFFileFormat& pFormat);
176 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
179 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
GNULDBackend.h 70 const ELFFileFormat* getOutputFormat() const;
71 ELFFileFormat* getOutputFormat();
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 1 //===- ELFFileFormat.cpp --------------------------------------------------===//
9 #include <mcld/LD/ELFFileFormat.h>
17 ELFFileFormat::ELFFileFormat()
67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass)
Android.mk 80 ELFFileFormat.cpp \
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 13 #include <mcld/LD/ELFFileFormat.h>
99 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat)
201 void ELFDynamic::applyEntries(const ELFFileFormat& pFormat)
GNULDBackend.cpp 253 ELFFileFormat* file_format = getOutputFormat();
497 ELFFileFormat* file_format = getOutputFormat();
677 ELFFileFormat* GNULDBackend::getOutputFormat()
696 const ELFFileFormat* GNULDBackend::getOutputFormat() const
773 ELFFileFormat* file_format = getOutputFormat();
    [all...]

Completed in 69 milliseconds