Home
last modified time | relevance | path

Searched refs:NumberOfSections (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/boot/efi/
Dpe.c52 UINT16 NumberOfSections; member
124 pe->FileHeader.NumberOfSections > 0 && in verify_pe()
125 pe->FileHeader.NumberOfSections <= MAX_SECTIONS && in verify_pe()
214 locate_sections((struct PeSectionHeader*)&base[offset], pe->FileHeader.NumberOfSections, in pe_memory_locate_sections()
261 section_table_len = pe.FileHeader.NumberOfSections * sizeof(struct PeSectionHeader); in pe_file_locate_sections()
277 locate_sections(section_table, pe.FileHeader.NumberOfSections, in pe_file_locate_sections()
/systemd-251/src/shared/
Dpe-header.h34 le16_t NumberOfSections; member
Dbootspec.c577 size_t n_sections = unaligned_read_le16(&pe.FileHeader.NumberOfSections); in find_sections()