| 1106 | } |
| 1107 | |
| 1108 | const char* moduleName() const noexcept |
| 1109 | { |
| 1110 | return m_pe.template byRva<char>(m_descriptor->DllNameRVA); |
| 1111 | } |
| 1112 | |
| 1113 | // Import Address Table: |
| 1114 | const typename Types<arch>::ImportAddressTableEntry* importAddressTable() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected