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

/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Delf.c143 Elf_Off phoff; local
162 for ( phoff = ehdr.e_phoff , phnum = ehdr.e_phnum ; phnum ;
163 phoff += ehdr.e_phentsize, phnum-- ) {
164 if ( phoff > image->len ) {
169 copy_from_user ( &phdr, image->data, phoff, sizeof ( phdr ) );

Completed in 174 milliseconds