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

/linux-4.1.27/arch/x86/boot/tools/
H A Dbuild.c182 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) update_pecoff_section_header() function
193 update_pecoff_section_header(".setup", setup_offset, setup_size); update_pecoff_setup_and_reloc()
194 update_pecoff_section_header(".reloc", reloc_offset, PECOFF_RELOC_RESERVE); update_pecoff_setup_and_reloc()
222 update_pecoff_section_header(".text", text_start, text_sz); update_pecoff_text()

Completed in 31 milliseconds