Lines Matching refs:EC
164 if (std::error_code EC = Sym.getAddress(ResolvedAddr)) in resolveSectionAndAddress() local
165 return EC; in resolveSectionAndAddress()
167 if (std::error_code EC = Sym.getSection(iter)) in resolveSectionAndAddress() local
168 return EC; in resolveSectionAndAddress()
181 if (std::error_code EC = I->getOffset(Ofs)) in resolveSymbol() local
182 return EC; in resolveSymbol()
200 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) in getSectionContents() local
201 return EC; in getSectionContents()
203 if (std::error_code EC = resolveSectionAndAddress(Obj, Sym, Section, Addr)) in getSectionContents() local
204 return EC; in getSectionContents()
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents() local
206 return EC; in getSectionContents()
216 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) in resolveSymbolName() local
217 return EC; in resolveSymbolName()
218 if (std::error_code EC = Sym.getName(Name)) in resolveSymbolName() local
219 return EC; in resolveSymbolName()