Home
last modified time | relevance | path

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

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