filebuf            15 tools/elf2flt/myio.c static char* filebuf=0;
filebuf            32 tools/elf2flt/myio.c     filebuf=malloc(filesize);    
filebuf            33 tools/elf2flt/myio.c     if (!filebuf) return 0;
filebuf            39 tools/elf2flt/myio.c         now = read(fd, filebuf+loaded, filesize-loaded);
filebuf            53 tools/elf2flt/myio.c     memcpy(buf, filebuf+filecuridx, count);
filebuf            78 tools/elf2flt/myio.c   return filebuf;