HomeSort by relevance Sort by last modified time
    Searched refs:auxhdr (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/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_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.dsize))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
som.c 5461 struct som_aux_id* auxhdr; local
    [all...]

Completed in 102 milliseconds