Home
last modified time | relevance | path

Searched refs:section_name (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() argument
161 if (strncmp((char*)section, section_name, 8) == 0) { in update_pecoff_section_header_fields()
181 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) in update_pecoff_section_header() argument
183 update_pecoff_section_header_fields(section_name, offset, size, size, offset); in update_pecoff_section_header()