Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/boot/tools/
Dbuild.c193 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) in update_pecoff_section_header() function
207 update_pecoff_section_header(".setup", setup_offset, setup_size); in update_pecoff_setup_and_reloc()
208 update_pecoff_section_header(".reloc", reloc_offset, PECOFF_RELOC_RESERVE); in update_pecoff_setup_and_reloc()
218 update_pecoff_section_header(".compat", compat_offset, PECOFF_COMPAT_RESERVE); in update_pecoff_setup_and_reloc()