HomeSort by relevance Sort by last modified time
    Searched defs:ELFFileFormat (Results 1 - 2 of 2) sorted by null

  /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,
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 18 /** \class ELFFileFormat
19 * \brief ELFFileFormat describes the common file formats in ELF.
28 class ELFFileFormat : public LDFileFormat {
36 ELFFileFormat();

Completed in 119 milliseconds