Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fuchsia_boot/
Dmod.rs87 let mut relocated = ZbiContainer::new(&mut dest[..])?; in relocate_kernel() localVariable
109 let relocated = aligned_subslice(relocated, ZIRCON_KERNEL_ALIGN)?; in relocate_to_tail() localVariable
114 let relocated = &mut relocated[off..]; in relocate_to_tail() localVariable