Searched refs:ExportDirectoryEntryRef (Results 1 – 4 of 4) sorted by relevance
848 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()854 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()1476 bool ExportDirectoryEntryRef::1477 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()1481 void ExportDirectoryEntryRef::moveNext() { in moveNext()1487 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()1498 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()1504 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()1510 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()1524 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()[all …]
41 class ExportDirectoryEntryRef; variable49 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;766 friend class ExportDirectoryEntryRef; variable1133 class ExportDirectoryEntryRef {1135 ExportDirectoryEntryRef() = default;1136 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function1140 bool operator==(const ExportDirectoryEntryRef &Other) const;
106 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
1659 for (const ExportDirectoryEntryRef &E : Obj->export_directories()) { in printCOFFExports()