HomeSort by: relevance | last modified time | path
    Searched refs:remsz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
load.cpp 209 vsize_t remsz; local
215 remsz = memsz;
216 while (remsz > 0) {
221 vsize_t tocopy = (remsz < _tpsz) ? remsz : _tpsz;
233 remsz -= tocopy;
  /src/external/gpl3/binutils/dist/binutils/
od-xcoff.c 657 unsigned int remsz = data->strings_size - sizeof (stsz_arr); local
662 if (bfd_read (data->strings + sizeof (stsz_arr), remsz, abfd)
663 != remsz)
  /src/external/gpl3/binutils.old/dist/binutils/
od-xcoff.c 657 unsigned int remsz = data->strings_size - sizeof (stsz_arr); local
662 if (bfd_read (data->strings + sizeof (stsz_arr), remsz, abfd)
663 != remsz)

Completed in 65 milliseconds