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

  /src/external/gpl3/binutils/dist/bfd/
stabs.c 711 bfd_byte *sym, *tosym, *symend; local
732 tosym = contents;
740 if (tosym != sym)
741 memcpy (tosym, sym, STABSIZE);
742 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF);
752 tosym + VALOFF);
755 tosym + DESCOFF);
758 tosym += STABSIZE;
762 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size);
  /src/external/gpl3/binutils.old/dist/bfd/
stabs.c 713 bfd_byte *sym, *tosym, *symend; local
736 tosym = contents;
744 if (tosym != sym)
745 memcpy (tosym, sym, STABSIZE);
746 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF);
756 tosym + VALOFF);
759 tosym + DESCOFF);
762 tosym += STABSIZE;
766 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size);
  /src/external/gpl3/gdb.old/dist/bfd/
stabs.c 713 bfd_byte *sym, *tosym, *symend; local
736 tosym = contents;
744 if (tosym != sym)
745 memcpy (tosym, sym, STABSIZE);
746 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF);
756 tosym + VALOFF);
759 tosym + DESCOFF);
762 tosym += STABSIZE;
766 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size);
  /src/external/gpl3/gdb/dist/bfd/
stabs.c 713 bfd_byte *sym, *tosym, *symend; local
736 tosym = contents;
744 if (tosym != sym)
745 memcpy (tosym, sym, STABSIZE);
746 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF);
756 tosym + VALOFF);
759 tosym + DESCOFF);
762 tosym += STABSIZE;
766 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size);

Completed in 74 milliseconds