Lines Matching refs:section_memsz
331 size_t section_memsz; in process_section() local
358 section_memsz = bfd_section_size ( bfd, section ); in process_section()
360 efi_file_align ( section_memsz ) : 0 ); in process_section()
367 new->hdr.Misc.VirtualSize = section_memsz; in process_section()
412 0, section_memsz ) ) { in process_section()
504 size_t section_memsz; in create_reloc_section() local
509 section_memsz = output_pe_reltab ( pe_reltab, NULL ); in create_reloc_section()
510 section_filesz = efi_file_align ( section_memsz ); in create_reloc_section()
517 reloc->hdr.Misc.VirtualSize = section_memsz; in create_reloc_section()
548 size_t section_memsz; in create_debug_section() local
558 section_memsz = sizeof ( *contents ); in create_debug_section()
559 section_filesz = efi_file_align ( section_memsz ); in create_debug_section()
567 debug->hdr.Misc.VirtualSize = section_memsz; in create_debug_section()