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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dppcboot.c71 ppcboot_hdr_t; typedef in typeref:struct:ppcboot_hdr
82 ppcboot_hdr_t header; /* raw header */
153 ppcboot_hdr_t hdr;
158 BFD_ASSERT (sizeof (ppcboot_hdr_t) == 1024);
173 if ((size_t) statbuf.st_size < sizeof (ppcboot_hdr_t))
216 sec->size = statbuf.st_size - sizeof (ppcboot_hdr_t);
217 sec->filepos = sizeof (ppcboot_hdr_t);
222 memcpy ((PTR) &tdata->header, (PTR) &hdr, sizeof (ppcboot_hdr_t));
244 if (bfd_seek (abfd, offset + (file_ptr) sizeof (ppcboot_hdr_t), SEEK_SET) != 0
404 return sizeof (ppcboot_hdr_t);
[all...]

Completed in 47 milliseconds