Home
last modified time | relevance | path

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

/arch/x86/boot/tools/
Dbuild.c145 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() function
183 update_pecoff_section_header_fields(section_name, offset, size, size, offset); in update_pecoff_section_header()
237 update_pecoff_section_header_fields(".bss", file_sz, bss_sz, 0, 0); in update_pecoff_bss()