Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch over to using backend in ELF logic
Instead of unconditionally relying on memory mapped data in our ElfParser and Cache, switch over to using the recently introduced backend. The backend will transparently decide whether to work with references or owned objects. Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information