MCPcopy Create free account
hub / github.com/Vector35/debugger / PerformIsRelocatable

Method PerformIsRelocatable

core/processview.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
49 virtual bool PerformIsValidOffset(uint64_t addr) override { return true; }
50 virtual uint64_t PerformGetLength() const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected