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

  /src/external/gpl3/binutils/dist/bfd/
coff-ia64.c 79 struct external_DOS_hdr dos_hdr; local
84 || (bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr)))
101 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
107 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
127 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
peicode.h 1491 struct external_DOS_hdr dos_hdr;
1515 || bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr))
1532 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
1538 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1564 memcpy (internal_f.pe.dos_message, dos_hdr.dos_message,
1489 struct external_DOS_hdr dos_hdr; local
  /src/external/gpl3/binutils.old/dist/bfd/
coff-ia64.c 75 struct external_DOS_hdr dos_hdr; local
80 || (bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr)))
97 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
103 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
123 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
peicode.h 1486 struct external_DOS_hdr dos_hdr;
1510 || bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr))
1527 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
1533 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1559 memcpy (internal_f.pe.dos_message, dos_hdr.dos_message,
1484 struct external_DOS_hdr dos_hdr; local
  /src/external/gpl3/gdb/dist/bfd/
coff-ia64.c 75 struct external_DOS_hdr dos_hdr; local
80 || (bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr)))
97 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
103 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
123 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
peicode.h 1486 struct external_DOS_hdr dos_hdr;
1510 || bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr))
1527 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
1533 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1559 memcpy (internal_f.pe.dos_message, dos_hdr.dos_message,
1484 struct external_DOS_hdr dos_hdr; local
  /src/external/gpl3/gdb.old/dist/bfd/
coff-ia64.c 75 struct external_DOS_hdr dos_hdr; local
80 || (bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr)))
97 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
103 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
123 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
peicode.h 1450 struct external_DOS_hdr dos_hdr;
1474 || bfd_read (&dos_hdr, sizeof (dos_hdr), abfd) != sizeof (dos_hdr))
1491 if (H_GET_16 (abfd, dos_hdr.e_magic) != IMAGE_DOS_SIGNATURE)
1497 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1523 memcpy (internal_f.pe.dos_message, dos_hdr.dos_message,
1448 struct external_DOS_hdr dos_hdr; local

Completed in 27 milliseconds