Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) { in add() argument
37 llvm::StringRef sym_name = llvm::StringRef(pOutSect.name()); in add()
54 m_pSectionSymbolMap->insert(&pOutSect, exist); in add()
61 bool SectionSymbolSet::finalize(LDSection& pOutSect, in finalize() argument
64 if (!relocatable && pOutSect.size() == 0) in finalize()
67 LDSymbol* sym = get(pOutSect); in finalize()
70 switch (pOutSect.kind()) { in finalize()
76 if (EhFrame* ehframe = pOutSect.getEhFrame()) in finalize()
81 data = pOutSect.getSectionData(); in finalize()
96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) { in get() argument
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DSectionSymbolSet.h36 bool add(LDSection& pOutSect, NamePool& pNamePool);
40 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab, bool relocatable);
43 LDSymbol* get(const LDSection& pOutSect);
44 const LDSymbol* get(const LDSection& pOutSect) const;