Searched refs:update_pecoff_section_header (Results 1 – 1 of 1) sorted by relevance
182 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) in update_pecoff_section_header() function193 update_pecoff_section_header(".setup", setup_offset, setup_size); in update_pecoff_setup_and_reloc()194 update_pecoff_section_header(".reloc", reloc_offset, PECOFF_RELOC_RESERVE); in update_pecoff_setup_and_reloc()222 update_pecoff_section_header(".text", text_start, text_sz); in update_pecoff_text()