Searched refs:ELFExecFileFormat (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFExecFileFormat.h1 //===- ELFExecFileFormat.h ------------------------------------------------===//
20 /** \class ELFExecFileFormat
21 * \brief ELFExecFileFormat describes the format for ELF dynamic objects.
23 class ELFExecFileFormat : public ELFFileFormat class in namespace:mcld
/frameworks/compile/mclinker/lib/LD/
H A DELFExecFileFormat.cpp1 //===- ELFExecFileFormat.cpp ----------------------------------------------===//
9 #include <mcld/LD/ELFExecFileFormat.h>
17 void ELFExecFileFormat::initObjectFormat(ObjectBuilder& pBuilder,
H A DAndroid.mk78 ELFExecFileFormat.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h20 #include <mcld/LD/ELFExecFileFormat.h>
463 ELFExecFileFormat* m_pExecFileFormat;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp184 m_pExecFileFormat = new ELFExecFileFormat();

Completed in 102 milliseconds