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

1 2

  /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
83 size_t MipsELFDynamic::getLocalGotNum(const ELFFileFormat& pFormat) const
MipsLDBackend.cpp 58 ELFFileFormat* file_format = getOutputFormat();
131 ELFFileFormat* file_format = getOutputFormat();
167 const ELFFileFormat* file_format = getOutputFormat();
248 const ELFFileFormat* file_format = getOutputFormat();
283 ELFFileFormat* file_format = getOutputFormat();
  /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();
223 ELFFileFormat* file_format = getOutputFormat();
244 const ELFFileFormat *file_format = getOutputFormat();
317 const ELFFileFormat* file_format = getOutputFormat();
495 const ELFFileFormat* file_format = getOutputFormat();
521 ELFFileFormat* file_format = getOutputFormat();
  /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.h 172 const ELFFileFormat* FileFormat) const;
HexagonLDBackend.cpp 140 const ELFFileFormat* FileFormat = getOutputFormat();
294 ELFFileFormat* file_format = getOutputFormat();
301 ELFFileFormat* file_format = getOutputFormat();
370 const ELFFileFormat* FileFormat) const
395 const ELFFileFormat* file_format = getOutputFormat();
429 ELFFileFormat* file_format = getOutputFormat();
572 ELFFileFormat* file_format = getOutputFormat();
755 ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /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 128 const ELFFileFormat* FileFormat) const = 0;
181 const ELFFileFormat* FileFormat) const;
221 const ELFFileFormat* FileFormat) const;
X86LDBackend.cpp 164 const ELFFileFormat* FileFormat = getOutputFormat();
166 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
251 const ELFFileFormat* file_format = getOutputFormat();
327 ELFFileFormat* file_format = getOutputFormat();
380 ELFFileFormat* file_format = getOutputFormat();
387 ELFFileFormat* file_format = getOutputFormat();
428 const ELFFileFormat* FileFormat) const
497 ELFFileFormat* file_format = getOutputFormat();
504 ELFFileFormat* file_format = getOutputFormat();
513 ELFFileFormat* file_format = getOutputFormat()
    [all...]
X86Relocator.cpp 108 ELFFileFormat* file_format = pTarget.getOutputFormat();
282 ELFFileFormat* file_format = getTarget().getOutputFormat();
    [all...]
  /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 79 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 259 ELFFileFormat* file_format = getOutputFormat();
503 ELFFileFormat* file_format = getOutputFormat();
683 ELFFileFormat* GNULDBackend::getOutputFormat()
702 const ELFFileFormat* GNULDBackend::getOutputFormat() const
758 ELFFileFormat* file_format = getOutputFormat();
    [all...]

Completed in 835 milliseconds

1 2