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

  /src/external/gpl3/binutils/dist/bfd/
peicode.h 1495 bfd_size_type opt_hdr_size;
1568 opt_hdr_size = internal_f.f_opthdr;
1570 if (opt_hdr_size != 0)
1572 bfd_size_type amt = opt_hdr_size;
1579 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1582 if (amt > opt_hdr_size)
1583 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1628 (opt_hdr_size != 0
1493 bfd_size_type opt_hdr_size; local
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 1490 bfd_size_type opt_hdr_size;
1563 opt_hdr_size = internal_f.f_opthdr;
1565 if (opt_hdr_size != 0)
1567 bfd_size_type amt = opt_hdr_size;
1574 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1577 if (amt > opt_hdr_size)
1578 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1623 (opt_hdr_size != 0
1488 bfd_size_type opt_hdr_size; local
  /src/external/gpl3/gdb.old/dist/bfd/
peicode.h 1490 bfd_size_type opt_hdr_size;
1563 opt_hdr_size = internal_f.f_opthdr;
1565 if (opt_hdr_size != 0)
1567 bfd_size_type amt = opt_hdr_size;
1574 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1577 if (amt > opt_hdr_size)
1578 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1623 (opt_hdr_size != 0
1488 bfd_size_type opt_hdr_size; local
  /src/external/gpl3/gdb/dist/bfd/
peicode.h 1490 bfd_size_type opt_hdr_size;
1563 opt_hdr_size = internal_f.f_opthdr;
1565 if (opt_hdr_size != 0)
1567 bfd_size_type amt = opt_hdr_size;
1574 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1577 if (amt > opt_hdr_size)
1578 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1623 (opt_hdr_size != 0
1488 bfd_size_type opt_hdr_size; local

Completed in 21 milliseconds