Searched refs:pOutSect (Results 1 – 2 of 2) sorted by relevance
35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) { in add() argument37 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() argument64 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 …]
36 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;