Home
last modified time | relevance | path

Searched refs:pOutSect (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) in add() argument
40 llvm::StringRef sym_name = llvm::StringRef(pOutSect.name()); in add()
57 m_pSectionSymbolMap->insert(&pOutSect, exist); in add()
64 bool SectionSymbolSet::finalize(LDSection& pOutSect, in finalize() argument
67 if (!relocatable && pOutSect.size() == 0) in finalize()
70 LDSymbol* sym = get(pOutSect); in finalize()
73 switch (pOutSect.kind()) { in finalize()
79 if (EhFrame *ehframe = pOutSect.getEhFrame()) in finalize()
84 data = pOutSect.getSectionData(); in finalize()
99 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) in get() argument
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DSectionSymbolSet.h41 bool add(LDSection& pOutSect, NamePool& pNamePool);
45 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab, bool relocatable);
48 LDSymbol* get(const LDSection& pOutSect);
49 const LDSymbol* get(const LDSection& pOutSect) const;