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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFExecFileFormat.h 1 //===- ELFExecFileFormat.h ------------------------------------------------===//
17 /** \class ELFExecFileFormat
18 * \brief ELFExecFileFormat describes the format for ELF dynamic objects.
20 class ELFExecFileFormat : public ELFFileFormat {
  /frameworks/compile/mclinker/lib/LD/
ELFExecFileFormat.cpp 1 //===- ELFExecFileFormat.cpp ----------------------------------------------===//
9 #include "mcld/LD/ELFExecFileFormat.h"
17 void ELFExecFileFormat::initObjectFormat(ObjectBuilder& pBuilder,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 31 class ELFExecFileFormat;
518 ELFExecFileFormat* m_pExecFileFormat;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 23 #include "mcld/LD/ELFExecFileFormat.h"
193 m_pExecFileFormat = new ELFExecFileFormat();
    [all...]

Completed in 2525 milliseconds