Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/boot/tools/
Dbuild.c157 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() function
195 update_pecoff_section_header_fields(section_name, offset, size, size, offset); in update_pecoff_section_header()
267 update_pecoff_section_header_fields(".text", text_start, text_sz + bss_sz, in update_pecoff_text()