Searched refs:image_hdr (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-ia64.c77 struct external_PEI_IMAGE_hdr image_hdr; local
107 || (bfd_bread (&image_hdr, (bfd_size_type) sizeof (image_hdr), abfd)
108 != sizeof (image_hdr)))
115 if (H_GET_32 (abfd, image_hdr.nt_signature)
H A Dpeicode.h1276 struct external_PEI_IMAGE_hdr image_hdr;
1318 || (bfd_bread (&image_hdr, (bfd_size_type) sizeof (image_hdr), abfd)
1319 != sizeof (image_hdr)))
1326 if (H_GET_32 (abfd, image_hdr.nt_signature) != 0x4550)
1275 struct external_PEI_IMAGE_hdr image_hdr; local

Completed in 40 milliseconds