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

  /src/external/gpl3/binutils/dist/bfd/
i386lynx.c 468 bfd_size_type natsize;
474 natsize = count;
475 natsize *= each_size;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
497 if (bfd_write (native, natsize, abfd) != natsize)
467 bfd_size_type natsize; local
aoutx.h 2369 bfd_size_type natsize;
2375 natsize = (bfd_size_type) each_size * count;
2376 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2422 if (bfd_write (native, natsize, abfd) != natsize)
2363 bfd_size_type natsize; local
pdp11.c 2028 bfd_size_type natsize;
2030 natsize = section->size;
2031 native = bfd_zalloc (abfd, natsize);
2058 if (bfd_write (native, natsize, abfd) != natsize)
2022 bfd_size_type natsize; local
  /src/external/gpl3/binutils.old/dist/bfd/
i386lynx.c 468 bfd_size_type natsize;
474 natsize = count;
475 natsize *= each_size;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
497 if (bfd_write (native, natsize, abfd) != natsize)
467 bfd_size_type natsize; local
aoutx.h 2369 bfd_size_type natsize;
2375 natsize = (bfd_size_type) each_size * count;
2376 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2422 if (bfd_write (native, natsize, abfd) != natsize)
2363 bfd_size_type natsize; local
pdp11.c 2028 bfd_size_type natsize;
2030 natsize = section->size;
2031 native = bfd_zalloc (abfd, natsize);
2058 if (bfd_write (native, natsize, abfd) != natsize)
2022 bfd_size_type natsize; local
  /src/external/gpl3/gdb/dist/bfd/
i386lynx.c 468 bfd_size_type natsize;
474 natsize = count;
475 natsize *= each_size;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
497 if (bfd_write (native, natsize, abfd) != natsize)
467 bfd_size_type natsize; local
aoutx.h 2369 bfd_size_type natsize;
2375 natsize = (bfd_size_type) each_size * count;
2376 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2422 if (bfd_write (native, natsize, abfd) != natsize)
2363 bfd_size_type natsize; local
pdp11.c 2028 bfd_size_type natsize;
2030 natsize = section->size;
2031 native = bfd_zalloc (abfd, natsize);
2058 if (bfd_write (native, natsize, abfd) != natsize)
2022 bfd_size_type natsize; local
  /src/external/gpl3/gdb.old/dist/bfd/
i386lynx.c 468 bfd_size_type natsize;
474 natsize = count;
475 natsize *= each_size;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
497 if (bfd_write (native, natsize, abfd) != natsize)
467 bfd_size_type natsize; local
aoutx.h 2377 bfd_size_type natsize;
2383 natsize = (bfd_size_type) each_size * count;
2384 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2430 if (bfd_write (native, natsize, abfd) != natsize)
2371 bfd_size_type natsize; local
pdp11.c 2035 bfd_size_type natsize;
2037 natsize = section->size;
2038 native = bfd_zalloc (abfd, natsize);
2065 if (bfd_write (native, natsize, abfd) != natsize)
2029 bfd_size_type natsize; local

Completed in 65 milliseconds