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

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c442 AOUTHDR auxhdr; local
452 if (data->opthdr > sizeof (auxhdr))
455 (int)sizeof (auxhdr));
456 sz = sizeof (auxhdr);
458 if (bfd_bread (&auxhdr, sz, abfd) != sz)
460 non_fatal (_("cannot read auxhdr"));
464 magic = bfd_h_get_16 (abfd, auxhdr.magic);
468 (unsigned short)bfd_h_get_16 (abfd, auxhdr.vstamp));
470 (unsigned int)bfd_h_get_32 (abfd, auxhdr.tsize));
472 (unsigned int)bfd_h_get_32 (abfd, auxhdr
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dsom.c5062 struct aux_id* auxhdr;
5072 auxhdr = &exec_header->som_auxhdr;
5073 if (auxhdr->mandatory)
5075 if (auxhdr->copy)
5077 if (auxhdr->append)
5079 if (auxhdr->ignore)
5082 fprintf (f, " type %#x\n", auxhdr->type);
5083 fprintf (f, " length %#x\n", auxhdr->length);
5061 struct aux_id* auxhdr; local
/haiku-buildtools/binutils/bfd/
H A Dsom.c5466 struct som_aux_id* auxhdr;
5476 auxhdr = &exec_header->som_auxhdr;
5477 if (auxhdr->mandatory)
5479 if (auxhdr->copy)
5481 if (auxhdr->append)
5483 if (auxhdr->ignore)
5486 fprintf (f, " type %#x\n", auxhdr->type);
5487 fprintf (f, " length %#x\n", auxhdr->length);
5465 struct som_aux_id* auxhdr; local

Completed in 124 milliseconds