Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Dresolve.cc130 Symbol_table::override(Sized_symbol<size>* tosym, in override() argument
136 if (tosym->has_alias()) in override()
138 Symbol* sym = this->weak_aliases_[tosym]; in override()
148 while (ssym != tosym); in override()
1023 tosym->override_with_special(fromsym); in override_with_special()
1024 if (tosym->has_alias()) in override_with_special()
1026 Symbol* sym = this->weak_aliases_[tosym]; in override_with_special()
1036 while (ssym != tosym); in override_with_special()
1038 if (tosym->binding() == elfcpp::STB_LOCAL in override_with_special()
1041 && (tosym->binding() == elfcpp::STB_GLOBAL in override_with_special()
[all …]
H A Dreloc.cc1319 Symbol* tosym = NULL; in split_stack_adjust_reltype() local
1343 if (tosym == NULL) in split_stack_adjust_reltype()
1345 tosym = symtab->lookup(to.c_str()); in split_stack_adjust_reltype()
1346 if (tosym == NULL) in split_stack_adjust_reltype()
1357 (*reloc_map)->set(i, tosym); in split_stack_adjust_reltype()
H A Dsymtab.h1767 override(Sized_symbol<size>* tosym,
1780 override_with_special(Sized_symbol<size>* tosym,
/dragonfly/contrib/binutils-2.34/gold/
H A Dresolve.cc130 Symbol_table::override(Sized_symbol<size>* tosym, in override() argument
136 if (tosym->has_alias()) in override()
138 Symbol* sym = this->weak_aliases_[tosym]; in override()
148 while (ssym != tosym); in override()
1107 tosym->override_with_special(fromsym); in override_with_special()
1108 if (tosym->has_alias()) in override_with_special()
1110 Symbol* sym = this->weak_aliases_[tosym]; in override_with_special()
1120 while (ssym != tosym); in override_with_special()
1122 if (tosym->binding() == elfcpp::STB_LOCAL in override_with_special()
1125 && (tosym->binding() == elfcpp::STB_GLOBAL in override_with_special()
[all …]
H A Dreloc.cc1342 Symbol* tosym = NULL; in split_stack_adjust_reltype() local
1366 if (tosym == NULL) in split_stack_adjust_reltype()
1368 tosym = symtab->lookup(to.c_str()); in split_stack_adjust_reltype()
1369 if (tosym == NULL) in split_stack_adjust_reltype()
1380 (*reloc_map)->set(i, tosym); in split_stack_adjust_reltype()
H A Dsymtab.h1817 override(Sized_symbol<size>* tosym,
1830 override_with_special(Sized_symbol<size>* tosym,
/dragonfly/contrib/gdb-7/bfd/
H A Dstabs.c668 bfd_byte *sym, *tosym, *symend; in _bfd_write_section_stabs() local
691 tosym = contents; in _bfd_write_section_stabs()
699 if (tosym != sym) in _bfd_write_section_stabs()
700 memcpy (tosym, sym, STABSIZE); in _bfd_write_section_stabs()
701 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF); in _bfd_write_section_stabs()
711 tosym + VALOFF); in _bfd_write_section_stabs()
714 tosym + DESCOFF); in _bfd_write_section_stabs()
717 tosym += STABSIZE; in _bfd_write_section_stabs()
721 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size); in _bfd_write_section_stabs()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dstabs.c668 bfd_byte *sym, *tosym, *symend; in _bfd_write_section_stabs() local
691 tosym = contents; in _bfd_write_section_stabs()
699 if (tosym != sym) in _bfd_write_section_stabs()
700 memcpy (tosym, sym, STABSIZE); in _bfd_write_section_stabs()
701 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF); in _bfd_write_section_stabs()
711 tosym + VALOFF); in _bfd_write_section_stabs()
714 tosym + DESCOFF); in _bfd_write_section_stabs()
717 tosym += STABSIZE; in _bfd_write_section_stabs()
721 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size); in _bfd_write_section_stabs()
/dragonfly/contrib/binutils-2.27/bfd/
H A 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()