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

/systemd/src/boot/efi/
H A Dpefile.c143 struct PeSectionHeader sect; local
146 len = sizeof(sect);
147 err = uefi_call_wrapper(handle->Read, 3, handle, &len, &sect);
150 if (len != sizeof(sect)) {
155 if (CompareMem(sect.Name, sections[j], strlena(sections[j])) != 0)
159 addrs[j] = (UINTN)sect.VirtualAddress;
161 offsets[j] = (UINTN)sect.PointerToRawData;
163 sizes[j] = (UINTN)sect.VirtualSize;

Completed in 1003 milliseconds