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

/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff-ia64.c76 struct external_PEI_DOS_hdr dos_hdr; local
81 || (bfd_bread (&dos_hdr, (bfd_size_type) sizeof (dos_hdr), abfd)
82 != sizeof (dos_hdr)))
99 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
105 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
125 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
H A Dpeicode.h1262 struct external_PEI_DOS_hdr dos_hdr;
1280 || bfd_bread (&dos_hdr, (bfd_size_type) sizeof (dos_hdr), abfd)
1281 != sizeof (dos_hdr))
1298 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
1304 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1323 if (bfd_seek (abfd, (file_ptr) (offset - sizeof (dos_hdr)), SEEK_SET) != 0)
1260 struct external_PEI_DOS_hdr dos_hdr; local
/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_pe.c104 image_dos_header *dos_hdr; local
111 dos_hdr = (image_dos_header *)imgbase;
112 signature = *(uint32_t *)(imgbase + dos_hdr->idh_lfanew);
131 image_dos_header *dos_hdr; local
140 dos_hdr = (image_dos_header *)(imgbase);
141 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
159 image_dos_header *dos_hdr; local
168 dos_hdr = (image_dos_header *)imgbase;
169 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
195 image_dos_header *dos_hdr; local
278 image_dos_header *dos_hdr; local
331 image_dos_header *dos_hdr; local
[all...]
/freebsd-10.1-release/usr.sbin/ndiscvt/
H A Dndiscvt.c90 dos_hdr = (image_dos_header *)x; \
91 nt_hdr = (image_nt_header *)(x + dos_hdr->idh_lfanew); \
98 image_dos_header *dos_hdr; local

Completed in 70 milliseconds