Home
last modified time | relevance | path

Searched defs:LoadedImageProtocol (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dloaded_image.rs23 pub struct LoadedImageProtocol; struct
25 impl ProtocolInfo for LoadedImageProtocol { implementation
/bootable/libbootloader/gbl/docs/
Defi_protocols.md58 ### LoadedImageProtocol subsection
/bootable/libbootloader/gbl/libefi/mocks/
Dprotocol.rs83 pub type LoadedImageProtocol = MockLoadedImageProtocol; typedef