Home
last modified time | relevance | path

Searched refs:table (Results 1 – 4 of 4) sorted by relevance

/bootable/libbootloader/gbl/libelf/
Drelocation.cpp66 const T* table = reinterpret_cast<const T*>(table_addr); in FixUpRelxTable() local
68 const T& entry = table[i]; in FixUpRelxTable()
/bootable/libbootloader/gbl/efi/src/
Dutils.rs176 for table in config_tables { in get_efi_fdt()
177 if table.vendor_guid == EFI_DTB_TABLE_GUID { in get_efi_fdt()
179 return unsafe { FdtHeader::from_raw(table.vendor_table as *const _).ok() }; in get_efi_fdt()
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs139 SystemTable { efi_entry: self, table: unsafe { self.systab_ptr.as_ref() }.unwrap() } in system_table()
210 table: &'a EfiSystemTable, field
219 boot_services: unsafe { self.table.boot_services.as_ref() }.unwrap(), in boot_services()
227 runtime_services: unsafe { self.table.runtime_services.as_ref() }.unwrap(), in runtime_services()
240 self.table.con_out, in con_out()
248 match self.table.configuration_table.is_null() { in configuration_table()
253 self.table.configuration_table, in configuration_table()
254 self.table.number_of_table_entries, in configuration_table()
/bootable/libbootloader/gbl/libefi/defs/
Dboot_service.h90 EfiStatus (*install_configuration_table)(const EfiGuid* guid, void* table);