Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A 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()
1104 Symbol_table::override_with_special(Sized_symbol<size>* tosym, in override_with_special() argument
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()
[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.h1818 override(Sized_symbol<size>* tosym,
1831 override_with_special(Sized_symbol<size>* tosym,
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A 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()
1104 Symbol_table::override_with_special(Sized_symbol<size>* tosym, in override_with_special() argument
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()
[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.h1818 override(Sized_symbol<size>* tosym,
1831 override_with_special(Sized_symbol<size>* tosym,
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dstabs.c713 bfd_byte *sym, *tosym, *symend; in _bfd_write_section_stabs() local
736 tosym = contents; in _bfd_write_section_stabs()
744 if (tosym != sym) in _bfd_write_section_stabs()
745 memcpy (tosym, sym, STABSIZE); in _bfd_write_section_stabs()
746 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF); in _bfd_write_section_stabs()
756 tosym + VALOFF); in _bfd_write_section_stabs()
759 tosym + DESCOFF); in _bfd_write_section_stabs()
762 tosym += STABSIZE; in _bfd_write_section_stabs()
766 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size); in _bfd_write_section_stabs()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dstabs.c665 bfd_byte *sym, *tosym, *symend; in _bfd_write_section_stabs() local
688 tosym = contents; in _bfd_write_section_stabs()
696 if (tosym != sym) in _bfd_write_section_stabs()
697 memcpy (tosym, sym, STABSIZE); in _bfd_write_section_stabs()
698 bfd_put_32 (output_bfd, *pstridx, tosym + STRDXOFF); in _bfd_write_section_stabs()
708 tosym + VALOFF); in _bfd_write_section_stabs()
711 tosym + DESCOFF); in _bfd_write_section_stabs()
714 tosym += STABSIZE; in _bfd_write_section_stabs()
718 BFD_ASSERT ((bfd_size_type) (tosym - contents) == stabsec->size); in _bfd_write_section_stabs()