Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Delf2efi.c332 size_t section_filesz; in process_section() local
359 section_filesz = ( ( flags & SEC_LOAD ) ? in process_section()
361 new = xmalloc ( sizeof ( *new ) + section_filesz ); in process_section()
362 memset ( new, 0, sizeof ( *new ) + section_filesz ); in process_section()
369 new->hdr.SizeOfRawData = section_filesz; in process_section()
505 size_t section_filesz; in create_reloc_section() local
510 section_filesz = efi_file_align ( section_memsz ); in create_reloc_section()
511 reloc = xmalloc ( sizeof ( *reloc ) + section_filesz ); in create_reloc_section()
512 memset ( reloc, 0, sizeof ( *reloc ) + section_filesz ); in create_reloc_section()
519 reloc->hdr.SizeOfRawData = section_filesz; in create_reloc_section()
[all …]