Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/boot/tools/
Dbuild.c183 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) in update_pecoff_section_header() function
194 update_pecoff_section_header(".setup", setup_offset, setup_size); in update_pecoff_setup_and_reloc()
195 update_pecoff_section_header(".reloc", reloc_offset, PECOFF_RELOC_RESERVE); in update_pecoff_setup_and_reloc()
223 update_pecoff_section_header(".text", text_start, text_sz); in update_pecoff_text()