Ollie Lho <[EMAIL PROTECTED]> writes:

> Can we have something like
> 
>       struct stream *stream = .stream_start;
> 
>       while (stream != .stream_end) {
>               scan_for_ELF_header;
>               load_ELF_from_media;
>               stream++;
>       }

Definentily that was part of the design.

Eric

Reply via email to