Home
last modified time | relevance | path

Searched refs:tosym (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dresolve.cc130 Symbol_table::override(Sized_symbol<size>* tosym, in override() argument
135 tosym->override(fromsym, st_shndx, is_ordinary, object, version); in override()
136 if (tosym->has_alias()) in override()
138 Symbol* sym = this->weak_aliases_[tosym]; in override()
148 while (ssym != tosym); in override()
1003 Symbol_table::override_with_special(Sized_symbol<size>* tosym, in override_with_special() argument
1006 tosym->override_with_special(fromsym); in override_with_special()
1007 if (tosym->has_alias()) in override_with_special()
1009 Symbol* sym = this->weak_aliases_[tosym]; in override_with_special()
1019 while (ssym != tosym); in override_with_special()
[all …]
Dreloc.cc1336 Symbol* tosym = NULL; in split_stack_adjust_reltype() local
1362 if (tosym == NULL) in split_stack_adjust_reltype()
1364 tosym = symtab->lookup(to.c_str()); in split_stack_adjust_reltype()
1365 if (tosym == NULL) in split_stack_adjust_reltype()
1376 (*reloc_map)->set(i, tosym); in split_stack_adjust_reltype()
Dsymtab.h1740 override(Sized_symbol<size>* tosym,
1753 override_with_special(Sized_symbol<size>* tosym,
/toolchain/binutils/binutils-2.25/bfd/
Dstabs.c667 bfd_byte *sym, *tosym, *symend; in _bfd_write_section_stabs() local
690 tosym = contents; in _bfd_write_section_stabs()
698 if (tosym != sym) in _bfd_write_section_stabs()
699 memcpy (tosym, sym, STABSIZE); in _bfd_write_section_stabs()
700 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF); in _bfd_write_section_stabs()
710 tosym + VALOFF); in _bfd_write_section_stabs()
713 tosym + DESCOFF); in _bfd_write_section_stabs()
716 tosym += STABSIZE; in _bfd_write_section_stabs()
720 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size); in _bfd_write_section_stabs()