struct AlreadyLoaded
Defined at line 211 of file ../../sdk/lib/ld/include/lib/ld/remote-dynamic-linker.h
This type indicates that the module is already present in the process
address space and does not need to be loaded at all. This module is
treated specially in that its DT_NEEDED dependencies won't be examined,
and the module itself won't be loaded. Instead, it will just go into
the module list and provide symbol definitions as if it had been loaded.
As in WithLoadBias, its load address is specified in terms of the bias
added to its `.decoded_module->vaddr_start()`, as returned by the
load_bias() method on An existing module from a previous session.
Public Members
size_type load_bias
Public Methods
void AlreadyLoaded ()
Defined at line 212 of file ../../sdk/lib/ld/include/lib/ld/remote-dynamic-linker.h
void AlreadyLoaded (size_type bias)
Defined at line 213 of file ../../sdk/lib/ld/include/lib/ld/remote-dynamic-linker.h