HomeSort by: relevance | last modified time | path
    Searched defs:binfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
read.c 6458 FILE * binfile;
6505 binfile = search_and_open (filename, path);
6507 if (binfile == NULL)
6514 if (fstat (fileno (binfile), &filestat) != 0
6525 if (fseek (binfile, 0, SEEK_END) != 0)
6530 file_len = ftell (binfile);
6543 if (fseek (binfile, skip, SEEK_SET) != 0)
6552 bytes = fread (binfrag, 1, count, binfile);
6558 if (binfile != NULL)
6559 fclose (binfile);
6443 FILE * binfile; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
read.c 6447 FILE * binfile;
6494 binfile = search_and_open (filename, path);
6496 if (binfile == NULL)
6503 if (fstat (fileno (binfile), &filestat) != 0
6514 if (fseek (binfile, 0, SEEK_END) != 0)
6519 file_len = ftell (binfile);
6532 if (fseek (binfile, skip, SEEK_SET) != 0)
6541 bytes = fread (binfrag, 1, count, binfile);
6547 if (binfile != NULL)
6548 fclose (binfile);
6432 FILE * binfile; local
    [all...]

Completed in 36 milliseconds