Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/loongarch/kernel/ !
Dhead.S29 .long pe_header - _head /* Offset to the PE header */
31 pe_header: label
/linux-6.1.9/arch/arm/boot/compressed/ !
Defi-header.S43 .long pe_header - start @ Offset to the PE header.
45 pe_header: label
/linux-6.1.9/Documentation/translations/zh_CN/loongarch/ !
Dbooting.rst48 u32 pe_header - _head /* 到PE头的偏移量 */
/linux-6.1.9/Documentation/loongarch/ !
Dbooting.rst42 u32 pe_header - _head /* Offset to the PE header */
/linux-6.1.9/arch/x86/boot/ !
Dheader.S87 .long pe_header
98 pe_header: label