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

/external/syslinux/gpxe/src/util/
H A Delf2efi.c341 unsigned long *applicable_start; local
379 applicable_start = &code_start;
388 applicable_start = &data_start;
396 applicable_start = &data_start;
405 applicable_start = &data_mid;
422 if ( ( ! *applicable_start ) || ( *applicable_start >= start ) )
423 *applicable_start = start;

Completed in 46 milliseconds