Searched refs:getExportRVA (Results 1 – 6 of 6) sorted by relevance
93 if (auto EC = Ref.getExportRVA(Offset)) in addCoffExportSymbols()
359 if (I->getExportRVA(RVA)) in printExportTable()
904 error(ExportEntry.getExportRVA(RVA)); in DisassembleObject()
858 std::error_code getExportRVA(uint32_t &Result) const;
1102 error(E.getExportRVA(RVA)); in printCOFFExports()
1299 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA() function in ExportDirectoryEntryRef