Searched refs:offs (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Dstub.c44 UINTN offs[ELEMENTSOF(sections)-1] = {}; local
76 err = pefile_locate_sections(root_dir, loaded_image_path, sections, addrs, offs, szs);
H A Dboot.c1511 UINTN offs[ELEMENTSOF(sections)-1] = {}; local
1541 err = pefile_locate_sections(linux_dir, f->FileName, sections, addrs, offs, szs);
1545 len = file_read(linux_dir, f->FileName, offs[0], szs[0], &content);
1588 len = file_read(linux_dir, f->FileName, offs[1], szs[1] - 1 , &content);

Completed in 756 milliseconds