class RemoteVmarLoader
Defined at line 497 of file ../../src/lib/elfldltl/include/lib/elfldltl/vmar-loader.h
elfldltl::RemoteVmarLoader performs loading in any process, given a VMAR
(that process's root VMAR or a smaller region). See VmarLoader above for
the primary API details. RemoteVmarLoader works fine for the current
process too, but LocalVmarLoader may optimize that case better.
Public Methods
template <class Diagnostics, class LoadInfo>
bool Load (Diagnostics & diag, const LoadInfo & load_info, zx::unowned_vmo vmo)
Defined at line 503 of file ../../src/lib/elfldltl/include/lib/elfldltl/vmar-loader.h