Searched refs:pefile_locate_sections (Results 1 - 4 of 4) sorted by relevance

/systemd/src/boot/efi/
H A Dpefile.h18 EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path,
H A Dstub.c76 err = pefile_locate_sections(root_dir, loaded_image_path, sections, addrs, offs, szs);
H A Dpefile.c69 EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path, CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes) { function
H A Dboot.c1541 err = pefile_locate_sections(linux_dir, f->FileName, sections, addrs, offs, szs);

Completed in 4013 milliseconds