HomeSort by: relevance | last modified time | path
    Searched refs:execSize (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/stand/mkbootimage/
pef.h 58 uint32_t execSize;
pef.h 58 uint32_t execSize;
mkbootimage.c 625 textHdr.execSize = sa_htobe32(elf_image_len);
638 dataHdr.execSize = sa_htobe32(sizeof (entry_vector) + kern_img_len);
651 ldrHdr.execSize = sa_htobe32(sizeof (lh));
mkbootimage.c 625 textHdr.execSize = sa_htobe32(elf_image_len);
638 dataHdr.execSize = sa_htobe32(sizeof (entry_vector) + kern_img_len);
651 ldrHdr.execSize = sa_htobe32(sizeof (lh));

Completed in 23 milliseconds