Searched refs:dos_hdr (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff-ia64.c82 struct external_PEI_DOS_hdr dos_hdr; local
87 || (bfd_bread (&dos_hdr, (bfd_size_type) sizeof (dos_hdr), abfd)
88 != sizeof (dos_hdr)))
105 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
111 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
131 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
H A Dpeicode.h1246 struct external_PEI_DOS_hdr dos_hdr;
1263 || bfd_bread (&dos_hdr, (bfd_size_type) sizeof (dos_hdr), abfd)
1264 != sizeof (dos_hdr))
1281 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
1287 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1306 if (bfd_seek (abfd, (file_ptr) (offset - sizeof (dos_hdr)), SEEK_SET) != 0)
1244 struct external_PEI_DOS_hdr dos_hdr; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff-ia64.c82 struct external_PEI_DOS_hdr dos_hdr; local
87 || (bfd_bread (&dos_hdr, (bfd_size_type) sizeof (dos_hdr), abfd)
88 != sizeof (dos_hdr)))
105 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
111 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
131 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
H A Dpeicode.h1246 struct external_PEI_DOS_hdr dos_hdr;
1263 || bfd_bread (&dos_hdr, (bfd_size_type) sizeof (dos_hdr), abfd)
1264 != sizeof (dos_hdr))
1281 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
1287 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1306 if (bfd_seek (abfd, (file_ptr) (offset - sizeof (dos_hdr)), SEEK_SET) != 0)
1244 struct external_PEI_DOS_hdr dos_hdr; local
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_pe.c109 image_dos_header *dos_hdr; local
116 dos_hdr = (image_dos_header *)imgbase;
117 signature = *(uint32_t *)(imgbase + dos_hdr->idh_lfanew);
134 image_dos_header *dos_hdr; local
143 dos_hdr = (image_dos_header *)(imgbase);
144 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
160 image_dos_header *dos_hdr; local
169 dos_hdr = (image_dos_header *)imgbase;
170 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
186 image_dos_header *dos_hdr; local
264 image_dos_header *dos_hdr; local
315 image_dos_header *dos_hdr; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ndiscvt/
H A Dndiscvt.c99 dos_hdr = (image_dos_header *)x; \
100 nt_hdr = (image_nt_header *)(x + dos_hdr->idh_lfanew); \
110 image_dos_header *dos_hdr; local

Completed in 91 milliseconds