Skip to main content

Module lazy

Module lazy 

Source
Expand description

Lazy PLT binding support.

The LazyBinder trait lets callers install target-specific lazy binding entries. With the lazy-binding feature enabled, NativeLazyBinder provides the same-process native binder used for ordinary host execution.

Structs§

LazyBindingEntries
Entries installed into an image’s lazy PLT state.
LazyBindingSlots
PLTGOT slots used by an architecture’s lazy binding entry.
LazyPltReloc
One lazy PLT relocation plus access to its runtime context.
LazyRuntime
Public facade over Relink’s lazy binding runtime state.
NativeLazyBinderlazy-binding
Native same-process lazy PLT binder.

Traits§

LazyBinder
Supplies lazy PLT runtime entries for a mapped image.
SupportLazy
Marker trait for raw image types that support lazy-binding fixup hooks.