Searched defs:ELFFileFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp1 //===- ELFFileFormat.cpp --------------------------------------------------===//
9 #include "mcld/LD/ELFFileFormat.h"
17 ELFFileFormat::ELFFileFormat() function in class:mcld::ELFFileFormat
66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder,
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h18 /** \class ELFFileFormat
19 * \brief ELFFileFormat describes the common file formats in ELF.
28 class ELFFileFormat : public LDFileFormat { class in namespace:mcld
36 ELFFileFormat();

Completed in 83 milliseconds