Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Delf2efi.c331 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
[all …]