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

  /toolchain/binutils/binutils-2.25/bfd/
stabs.c 670 bfd_byte *sym, *tosym, *symend;
693 tosym = contents;
701 if (tosym != sym)
702 memcpy (tosym, sym, STABSIZE);
703 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF);
713 tosym + VALOFF);
716 tosym + DESCOFF);
719 tosym += STABSIZE;
723 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size);
667 bfd_byte *sym, *tosym, *symend; local
  /toolchain/binutils/binutils-2.25/gold/
reloc.cc 1336 Symbol* tosym = NULL; local
    [all...]

Completed in 73 milliseconds