| 43 | virtual uint64_t PerformGetEntryPoint() const override; |
| 44 | |
| 45 | virtual bool PerformIsExecutable() const override { return true; } |
| 46 | virtual BNEndianness PerformGetDefaultEndianness() const override; |
| 47 | virtual bool PerformIsRelocatable() const override { return true; }; |
| 48 | virtual size_t PerformGetAddressSize() const override; |
nothing calls this directly
no outgoing calls
no test coverage detected