Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dppcboot.c71 ppcboot_hdr_t; typedef
82 ppcboot_hdr_t header; /* raw header */
151 ppcboot_hdr_t hdr;
155 BFD_ASSERT (sizeof (ppcboot_hdr_t) == 1024);
170 if ((size_t) statbuf.st_size < sizeof (ppcboot_hdr_t))
213 sec->size = statbuf.st_size - sizeof (ppcboot_hdr_t);
214 sec->filepos = sizeof (ppcboot_hdr_t);
219 memcpy ((PTR) &tdata->header, (PTR) &hdr, sizeof (ppcboot_hdr_t));
240 if (bfd_seek (abfd, offset + (file_ptr) sizeof (ppcboot_hdr_t), SEEK_SET) != 0
402 return sizeof (ppcboot_hdr_t);