Searched refs:ZbiFlags (Results 1 – 2 of 2) sorted by relevance
/bootable/libbootloader/gbl/third_party/libzbi/src/ |
D | lib.rs | 171 } else if !self.header.get_flags().contains(ZbiFlags::VERSION) { in is_valid() 173 } else if !self.header.get_flags().contains(ZbiFlags::CRC32) in is_valid() 220 flags: ZbiFlags, in new() argument 362 } else if !header.get_flags().contains(ZbiFlags::VERSION) { in parse() 364 } else if !header.get_flags().contains(ZbiFlags::CRC32) && header.crc32 != ZBI_ITEM_NO_CRC32 in parse() 402 ZbiItem::new(buffer, ZbiType::Container, ZBI_CONTAINER_MAGIC, ZbiFlags::default(), 0)?; in new() 504 flags: ZbiFlags, in create_entry_with_payload() argument 556 flags: ZbiFlags, in create_entry() argument 560 if flags.contains(ZbiFlags::CRC32) { in create_entry() 996 pub struct ZbiFlags: u32 { [all …]
|
/bootable/libbootloader/gbl/efi/src/ |
D | fuchsia_boot.rs | 22 use zbi::{ZbiContainer, ZbiFlags, ZbiHeader, ZbiType, ZBI_ALIGNMENT_USIZE}; 138 ZbiFlags::default(), in load_fuchsia_simple()
|