Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/tools/
Dbuild.c146 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() function
184 update_pecoff_section_header_fields(section_name, offset, size, size, offset); in update_pecoff_section_header()
238 update_pecoff_section_header_fields(".bss", file_sz, bss_sz, 0, 0); in update_pecoff_bss()