Searched defs:section_filesz (Results 1 - 1 of 1) sorted by relevance

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

Completed in 106 milliseconds