Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/boot/tools/
Dbuild.c159 unsigned int pe_header; in update_pecoff_section_header_fields() local
163 pe_header = get_unaligned_le32(&buf[0x3c]); in update_pecoff_section_header_fields()
164 num_sections = get_unaligned_le16(&buf[pe_header + 6]); in update_pecoff_section_header_fields()
167 section = &buf[pe_header + 0xa8]; in update_pecoff_section_header_fields()
169 section = &buf[pe_header + 0xb8]; in update_pecoff_section_header_fields()
235 unsigned int pe_header; in update_pecoff_text() local
239 pe_header = get_unaligned_le32(&buf[0x3c]); in update_pecoff_text()
257 put_unaligned_le32(file_sz - 512 + bss_sz, &buf[pe_header + 0x1c]); in update_pecoff_text()
260 put_unaligned_le32(init_sz, &buf[pe_header + 0x50]); in update_pecoff_text()
265 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); in update_pecoff_text()
/linux-5.19.10/arch/arm/boot/compressed/
Defi-header.S43 .long pe_header - start @ Offset to the PE header.
45 pe_header: label
/linux-5.19.10/arch/x86/boot/
Dheader.S87 .long pe_header
98 pe_header: label