Searched refs:pefile_locate_sections (Results 1 - 4 of 4) sorted by relevance
/systemd/src/boot/efi/ |
H A D | pefile.h | 18 EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path,
|
H A D | stub.c | 76 err = pefile_locate_sections(root_dir, loaded_image_path, sections, addrs, offs, szs);
|
H A D | pefile.c | 69 EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path, CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes) { function
|
H A D | boot.c | 1541 err = pefile_locate_sections(linux_dir, f->FileName, sections, addrs, offs, szs);
|
Completed in 4013 milliseconds