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

  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 390 bfd_size_type aoutsz; local
398 aoutsz = bfd_coff_aoutsz (abfd);
411 (less than aoutsz) used in object files and AOUTSZ (equal to
412 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
413 expects this header to be aoutsz bytes in length, so we use that
419 || internal_f.f_opthdr > aoutsz)
430 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
434 if (internal_f.f_opthdr < aoutsz)
436 aoutsz - internal_f.f_opthdr)
    [all...]
ecoff.c 2414 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd);
2475 if (siz < aoutsz)
2476 siz = aoutsz;
2483 if (bfd_seek (abfd, filhsz + aoutsz, SEEK_SET) != 0)
2613 internal_f.f_opthdr = aoutsz;
2691 if (bfd_write (buff, aoutsz, abfd) != aoutsz)
2407 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); local
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 390 bfd_size_type aoutsz; local
398 aoutsz = bfd_coff_aoutsz (abfd);
411 (less than aoutsz) used in object files and AOUTSZ (equal to
412 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
413 expects this header to be aoutsz bytes in length, so we use that
419 || internal_f.f_opthdr > aoutsz)
430 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
434 if (internal_f.f_opthdr < aoutsz)
436 aoutsz - internal_f.f_opthdr)
    [all...]
ecoff.c 2404 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd);
2465 if (siz < aoutsz)
2466 siz = aoutsz;
2473 if (bfd_seek (abfd, filhsz + aoutsz, SEEK_SET) != 0)
2603 internal_f.f_opthdr = aoutsz;
2681 if (bfd_write (buff, aoutsz, abfd) != aoutsz)
2397 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); local
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 388 bfd_size_type aoutsz; local
396 aoutsz = bfd_coff_aoutsz (abfd);
409 (less than aoutsz) used in object files and AOUTSZ (equal to
410 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
411 expects this header to be aoutsz bytes in length, so we use that
417 || internal_f.f_opthdr > aoutsz)
428 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
432 if (internal_f.f_opthdr < aoutsz)
434 aoutsz - internal_f.f_opthdr)
    [all...]
ecoff.c 2416 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd);
2477 if (siz < aoutsz)
2478 siz = aoutsz;
2485 if (bfd_seek (abfd, filhsz + aoutsz, SEEK_SET) != 0)
2615 internal_f.f_opthdr = aoutsz;
2693 if (bfd_write (buff, aoutsz, abfd) != aoutsz)
2409 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); local
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 390 bfd_size_type aoutsz; local
398 aoutsz = bfd_coff_aoutsz (abfd);
411 (less than aoutsz) used in object files and AOUTSZ (equal to
412 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
413 expects this header to be aoutsz bytes in length, so we use that
419 || internal_f.f_opthdr > aoutsz)
430 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
434 if (internal_f.f_opthdr < aoutsz)
436 aoutsz - internal_f.f_opthdr)
    [all...]
ecoff.c 2404 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd);
2465 if (siz < aoutsz)
2466 siz = aoutsz;
2473 if (bfd_seek (abfd, filhsz + aoutsz, SEEK_SET) != 0)
2603 internal_f.f_opthdr = aoutsz;
2681 if (bfd_write (buff, aoutsz, abfd) != aoutsz)
2397 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); local

Completed in 51 milliseconds