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

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 1628 size_t native_size; local
1631 if (_bfd_mul_overflow (count, BFD_MACH_O_RELENT_SIZE, &native_size))
1638 _bfd_malloc_and_read (abfd, native_size, native_size);
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 1627 size_t native_size; local
1630 if (_bfd_mul_overflow (count, BFD_MACH_O_RELENT_SIZE, &native_size))
1637 _bfd_malloc_and_read (abfd, native_size, native_size);
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 1625 size_t native_size; local
1628 if (_bfd_mul_overflow (count, BFD_MACH_O_RELENT_SIZE, &native_size))
1635 _bfd_malloc_and_read (abfd, native_size, native_size);
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 1625 size_t native_size; local
1628 if (_bfd_mul_overflow (count, BFD_MACH_O_RELENT_SIZE, &native_size))
1635 _bfd_malloc_and_read (abfd, native_size, native_size);

Completed in 48 milliseconds