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

1 2

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 27 void reserveTargetEntries(const ELFFileFormat& pFormat);
28 void applyTargetEntries(const ELFFileFormat& pFormat);
30 size_t getSymTabNum(const ELFFileFormat& pFormat) const;
31 size_t getGotSym(const ELFFileFormat& pFormat) const;
32 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
MipsELFDynamic.cpp 10 #include "mcld/LD/ELFFileFormat.h"
26 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) {
41 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
56 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const {
64 size_t MipsELFDynamic::getGotSym(const ELFFileFormat& pFormat) const {
71 size_t MipsELFDynamic::getLocalGotNum(const ELFFileFormat& pFormat) const {
MipsLDBackend.cpp 24 #include "mcld/LD/ELFFileFormat.h"
101 ELFFileFormat* file_format = getOutputFormat();
208 ELFFileFormat* file_format = getOutputFormat();
231 const ELFFileFormat* format = getOutputFormat();
264 const ELFFileFormat* file_format = getOutputFormat();
550 const ELFFileFormat* file_format = getOutputFormat();
594 ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.h 22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
AArch64ELFDynamic.cpp 11 #include "mcld/LD/ELFFileFormat.h"
24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) {
35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
AArch64LDBackend.cpp 28 #include "mcld/LD/ELFFileFormat.h"
91 ELFFileFormat* file_format = getOutputFormat();
214 ELFFileFormat* file_format = getOutputFormat();
236 const ELFFileFormat* file_format = getOutputFormat();
272 const ELFFileFormat* file_format = getOutputFormat();
294 const ELFFileFormat* file_format = getOutputFormat();
375 ELFFileFormat* file_format = getOutputFormat();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h 22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
ARMELFDynamic.cpp 11 #include "mcld/LD/ELFFileFormat.h"
23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) {
29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
ARMLDBackend.cpp 30 #include "mcld/LD/ELFFileFormat.h"
175 ELFFileFormat* file_format = getOutputFormat();
304 ELFFileFormat* file_format = getOutputFormat();
326 const ELFFileFormat* file_format = getOutputFormat();
393 const ELFFileFormat* file_format = getOutputFormat();
689 const ELFFileFormat* file_format = getOutputFormat();
822 ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.h 22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
HexagonELFDynamic.cpp 11 #include "mcld/LD/ELFFileFormat.h"
23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) {
29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
HexagonLDBackend.h 167 const ELFFileFormat* FileFormat) const;
HexagonLDBackend.cpp 23 #include "mcld/LD/ELFFileFormat.h"
141 const ELFFileFormat* FileFormat = getOutputFormat();
280 ELFFileFormat* file_format = getOutputFormat();
286 ELFFileFormat* file_format = getOutputFormat();
350 const ELFFileFormat* FileFormat) const {
375 const ELFFileFormat* file_format = getOutputFormat();
407 ELFFileFormat* file_format = getOutputFormat();
550 ELFFileFormat* file_format = getOutputFormat();
759 ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h 22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
X86ELFDynamic.cpp 11 #include "mcld/LD/ELFFileFormat.h"
23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) {
29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) {
X86LDBackend.h 127 const ELFFileFormat* FileFormat) const = 0;
183 const ELFFileFormat* FileFormat) const;
225 const ELFFileFormat* FileFormat) const;
X86LDBackend.cpp 19 #include "mcld/LD/ELFFileFormat.h"
162 const ELFFileFormat* FileFormat = getOutputFormat();
164 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
234 const ELFFileFormat* file_format = getOutputFormat();
348 ELFFileFormat* file_format = getOutputFormat();
444 ELFFileFormat* file_format = getOutputFormat();
450 ELFFileFormat* file_format = getOutputFormat();
489 const ELFFileFormat* FileFormat) const {
601 ELFFileFormat* file_format = getOutputFormat();
607 ELFFileFormat* file_format = getOutputFormat()
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFDynObjFileFormat.h 11 #include "mcld/LD/ELFFileFormat.h"
20 class ELFDynObjFileFormat : public ELFFileFormat {
ELFExecFileFormat.h 11 #include "mcld/LD/ELFFileFormat.h"
20 class ELFExecFileFormat : public ELFFileFormat {
ELFObjectFileFormat.h 11 #include "mcld/LD/ELFFileFormat.h"
20 class ELFObjectFileFormat : public ELFFileFormat {
ELFFileFormat.h 18 /** \class ELFFileFormat
19 * \brief ELFFileFormat describes the common file formats in ELF.
28 class ELFFileFormat : public LDFileFormat {
36 ELFFileFormat();
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 20 class ELFFileFormat;
137 void reserveEntries(const ELFFileFormat& pFormat);
143 void applyEntries(const ELFFileFormat& pFormat);
158 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
161 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
GNULDBackend.h 32 class ELFFileFormat;
67 const ELFFileFormat* getOutputFormat() const;
68 ELFFileFormat* getOutputFormat();
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 1 //===- ELFFileFormat.cpp --------------------------------------------------===//
9 #include "mcld/LD/ELFFileFormat.h"
17 ELFFileFormat::ELFFileFormat()
66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder,
Android.mk 86 ELFFileFormat.cpp \

Completed in 115 milliseconds

1 2