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

  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 1 //===- SectionSymbolSet.cpp -----------------------------------------------===//
9 #include <mcld/LD/SectionSymbolSet.h>
24 // SectionSymbolSet
27 SectionSymbolSet::SectionSymbolSet()
32 SectionSymbolSet::~SectionSymbolSet()
37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool)
64 bool SectionSymbolSet::finalize(LDSection& pOutSect,
99 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect
    [all...]
Android.mk 40 SectionSymbolSet.cpp \
  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 1 //===- SectionSymbolSet.h -------------------------------------------------===//
26 /** \class SectionSymbolSet
27 * \brief SectionSymbolSet contains the section symbols defined by linker for
30 class SectionSymbolSet
36 SectionSymbolSet();
37 ~SectionSymbolSet();
  /frameworks/compile/mclinker/include/mcld/
Module.h 30 #include <mcld/LD/SectionSymbolSet.h>
155 const SectionSymbolSet& getSectionSymbolSet() const
157 SectionSymbolSet& getSectionSymbolSet()
182 SectionSymbolSet m_SectSymbolSet;

Completed in 406 milliseconds