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() {
31 SectionSymbolSet::~SectionSymbolSet() {
35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) {
61 bool SectionSymbolSet::finalize(LDSection& pOutSect,
96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect)
    [all...]
Android.mk 45 SectionSymbolSet.cpp \
  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 1 //===- SectionSymbolSet.h -------------------------------------------------===//
22 /** \class SectionSymbolSet
23 * \brief SectionSymbolSet contains the section symbols defined by linker for
26 class SectionSymbolSet {
31 SectionSymbolSet();
32 ~SectionSymbolSet();
  /frameworks/compile/mclinker/include/mcld/
Module.h 18 #include "mcld/LD/SectionSymbolSet.h"
146 const SectionSymbolSet& getSectionSymbolSet() const {
149 SectionSymbolSet& getSectionSymbolSet() { return m_SectSymbolSet; }
173 SectionSymbolSet m_SectSymbolSet;

Completed in 102 milliseconds