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

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

Completed in 113 milliseconds