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

/linux-4.1.27/arch/x86/boot/tools/
H A Dbuild.c148 unsigned int pe_header; update_pecoff_section_header_fields() local
152 pe_header = get_unaligned_le32(&buf[0x3c]); update_pecoff_section_header_fields()
153 num_sections = get_unaligned_le16(&buf[pe_header + 6]); update_pecoff_section_header_fields()
156 section = &buf[pe_header + 0xa8]; update_pecoff_section_header_fields()
158 section = &buf[pe_header + 0xb8]; update_pecoff_section_header_fields()
206 unsigned int pe_header; update_pecoff_text() local
209 pe_header = get_unaligned_le32(&buf[0x3c]); update_pecoff_text()
215 put_unaligned_le32(file_sz - 512, &buf[pe_header + 0x1c]); update_pecoff_text()
220 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); update_pecoff_text()
227 unsigned int pe_header; update_pecoff_bss() local
230 pe_header = get_unaligned_le32(&buf[0x3c]); update_pecoff_bss()
233 put_unaligned_le32(bss_sz, &buf[pe_header + 0x24]); update_pecoff_bss()
236 put_unaligned_le32(init_sz, &buf[pe_header + 0x50]); update_pecoff_bss()
/linux-4.1.27/arch/x86/boot/
H A Dheader.S89 .long pe_header
100 pe_header: label
/linux-4.1.27/arch/arm64/kernel/
H A Dhead.S122 .long pe_header - efi_head // Offset to the PE header.
131 pe_header: label

Completed in 99 milliseconds