Searched refs:pOutSect (Results 1 – 2 of 2) sorted by relevance
37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) in add() argument40 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() argument67 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 …]
41 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;