Searched refs:phnum (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Delf.c144 unsigned int phnum; local
162 for ( phoff = ehdr.e_phoff , phnum = ehdr.e_phnum ; phnum ;
163 phoff += ehdr.e_phentsize, phnum-- ) {
166 "image\n", image, phnum );

Completed in 37 milliseconds