Lines Matching defs:EC
34 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize()
59 if (std::error_code EC = checkOffset(M, Addr, Size)) in getObject() local
150 std::error_code EC = getSymbolName(Symb, Result); in getSymbolName() local
170 if (std::error_code EC = getSection(SectionNumber, Section)) in getSymbolAddress() local
243 if (std::error_code EC = getSection(Symb.getSectionNumber(), Sec)) in getSymbolSection() local
285 std::error_code EC = getSectionContents(Sec, Res); in getSectionContents() local
388 if (std::error_code EC = getObject( in initSymbolTablePtr() local
394 if (std::error_code EC = getObject( in initSymbolTablePtr() local
406 if (std::error_code EC = getObject(StringTableSizePtr, Data, StringTableAddr)) in initSymbolTablePtr() local
409 if (std::error_code EC = in initSymbolTablePtr() local
482 if (std::error_code EC = getRvaPtr(Rva, IntPtr)) in getHintName() local
494 if (std::error_code EC = getRvaAndSizeAsBytes( in getDebugPDBInfo() local
536 if (std::error_code EC = getRvaPtr(ImportTableRva, IntPtr)) in initImportTablePtr() local
538 if (std::error_code EC = checkOffset(Data, IntPtr, DataEntry->Size)) in initImportTablePtr() local
558 if (std::error_code EC = getRvaPtr(RVA, IntPtr)) in initDelayImportTablePtr() local
579 if (std::error_code EC = getRvaPtr(ExportTableRva, IntPtr)) in initExportTablePtr() local
594 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initBaseRelocPtr() local
618 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initDebugDirectoryPtr() local
621 if (std::error_code EC = getRvaPtr( in initDebugDirectoryPtr() local
628 COFFObjectFile::COFFObjectFile(MemoryBufferRef Object, std::error_code &EC) in COFFObjectFile()
951 if (std::error_code EC = getString(Symbol->Name.Offset.Offset, Res)) in getSymbolName() local
1008 if (std::error_code EC = getString(Offset, Name)) in getSectionName() local
1270 if (std::error_code EC = in getName() local
1317 if (std::error_code EC = OwningObject->getRvaPtr(Table[Index].Name, IntPtr)) in getName() local
1334 if (std::error_code EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getImportAddress() local
1356 if (std::error_code EC = in getDllName() local
1379 if (std::error_code EC = in getExportRVA() local
1393 if (std::error_code EC = in getSymbolName() local
1404 if (std::error_code EC = in getSymbolName() local
1408 if (std::error_code EC = OwningObject->getRvaPtr(NamePtr[Offset], IntPtr)) in getSymbolName() local
1419 if (auto EC = OwningObject->getDataDirectory(COFF::EXPORT_TABLE, DataEntry)) in isForwarder() local
1422 if (auto EC = getExportRVA(RVA)) in isForwarder() local
1432 if (auto EC = getExportRVA(RVA)) in getForwardTo() local
1435 if (auto EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getForwardTo() local
1465 if (std::error_code EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getSymbolName() local
1504 if (std::error_code EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getOrdinal() local
1512 std::error_code EC; in createCOFFObjectFile() local