Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/core/
Daout_loader.c24 static sector_t aout_download(unsigned char *data, unsigned int len, int eof);
51 return aout_download; in aout_probe()
54 static sector_t aout_download(unsigned char *data, unsigned int len, int eof) in aout_download() function