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

  /src/external/gpl3/binutils/dist/binutils/
od-xcoff.c 442 AOUTHDR auxhdr; local
452 if (data->opthdr > sizeof (auxhdr))
455 (int)sizeof (auxhdr));
456 sz = sizeof (auxhdr);
458 if (bfd_read (&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.dsize))
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
od-xcoff.c 442 AOUTHDR auxhdr; local
452 if (data->opthdr > sizeof (auxhdr))
455 (int)sizeof (auxhdr));
456 sz = sizeof (auxhdr);
458 if (bfd_read (&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.dsize))
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
som.c 5449 struct som_aux_id* auxhdr;
5459 auxhdr = &exec_header->som_auxhdr;
5460 if (auxhdr->mandatory)
5462 if (auxhdr->copy)
5464 if (auxhdr->append)
5466 if (auxhdr->ignore)
5469 fprintf (f, " type %#x\n", auxhdr->type);
5470 fprintf (f, " length %#x\n", auxhdr->length);
5448 struct som_aux_id* auxhdr; local
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 5443 struct som_aux_id* auxhdr;
5453 auxhdr = &exec_header->som_auxhdr;
5454 if (auxhdr->mandatory)
5456 if (auxhdr->copy)
5458 if (auxhdr->append)
5460 if (auxhdr->ignore)
5463 fprintf (f, " type %#x\n", auxhdr->type);
5464 fprintf (f, " length %#x\n", auxhdr->length);
5442 struct som_aux_id* auxhdr; local
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 5442 struct som_aux_id* auxhdr;
5452 auxhdr = &exec_header->som_auxhdr;
5453 if (auxhdr->mandatory)
5455 if (auxhdr->copy)
5457 if (auxhdr->append)
5459 if (auxhdr->ignore)
5462 fprintf (f, " type %#x\n", auxhdr->type);
5463 fprintf (f, " length %#x\n", auxhdr->length);
5441 struct som_aux_id* auxhdr; local
  /src/external/gpl3/gdb/dist/bfd/
som.c 5443 struct som_aux_id* auxhdr;
5453 auxhdr = &exec_header->som_auxhdr;
5454 if (auxhdr->mandatory)
5456 if (auxhdr->copy)
5458 if (auxhdr->append)
5460 if (auxhdr->ignore)
5463 fprintf (f, " type %#x\n", auxhdr->type);
5464 fprintf (f, " length %#x\n", auxhdr->length);
5442 struct som_aux_id* auxhdr; local

Completed in 46 milliseconds