Searched refs:r_sym (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dtarget-reloc.h73 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
76 if (r_sym < local_count)
80 + r_sym * sym_size);
83 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
111 Symbol* gsym = object->global_symbol(r_sym);
238 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
247 if (r_sym < local_count
252 psymval = object->local_symbol(r_sym);
275 gsym = object->global_symbol(r_sym);
380 local_non_section_strategy(unsigned int r_type, Relobj*, unsigned int r_sym) argument
467 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
561 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
[all...]
H A Dx86_64.cc350 add_tlsdesc_info(Sized_relobj<64, false>* object, unsigned int r_sym) argument
352 this->tlsdesc_reloc_info_.push_back(Tlsdesc_info(object, r_sym));
632 : object(a_object), r_sym(a_r_sym)
638 unsigned int r_sym; member in struct:__anon3319::Target_x86_64::Tlsdesc_info
1376 unsigned int r_sym = elfcpp::elf_r_sym<64>(reloc.get_r_info()); local
1377 target->make_local_ifunc_plt_entry(symtab, layout, object, r_sym);
1396 unsigned int r_sym = elfcpp::elf_r_sym<64>(reloc.get_r_info()); local
1398 rela_dyn->add_local_relative(object, r_sym,
1419 unsigned int r_sym = elfcpp::elf_r_sym<64>(reloc.get_r_info()); local
1421 rela_dyn->add_local(object, r_sym, r_typ
1472 unsigned int r_sym = elfcpp::elf_r_sym<64>(reloc.get_r_info()); local
1549 unsigned int r_sym = elfcpp::elf_r_sym<64>(reloc.get_r_info()); local
1581 unsigned int r_sym = elfcpp::elf_r_sym<64>(reloc.get_r_info()); local
1626 unsigned int r_sym = elfcpp::elf_r_sym<64>(reloc.get_r_info()); local
2256 unsigned int r_sym = elfcpp::elf_r_sym<64>(rela.get_r_info()); local
2287 unsigned int r_sym = elfcpp::elf_r_sym<64>(rela.get_r_info()); local
2537 unsigned int r_sym = elfcpp::elf_r_sym<64>(rela.get_r_info()); local
2601 unsigned int r_sym = elfcpp::elf_r_sym<64>(rela.get_r_info()); local
2708 unsigned int r_sym = elfcpp::elf_r_sym<64>(rela.get_r_info()); local
[all...]
H A Di386.cc1290 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
1291 target->make_local_ifunc_plt_entry(symtab, layout, object, r_sym);
1311 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
1312 rel_dyn->add_local_relative(object, r_sym, elfcpp::R_386_RELATIVE,
1328 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
1330 rel_dyn->add_local(object, r_sym, r_type, output_section,
1337 shndx = object->adjust_sym_shndx(r_sym, shndx,
1341 r_sym, shndx);
1370 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
1377 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDAR
1438 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
1466 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
1514 unsigned int r_sym local
1524 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
1546 unsigned int r_sym = elfcpp::elf_r_sym<32>(reloc.get_r_info()); local
2199 unsigned int r_sym = elfcpp::elf_r_sym<32>(rel.get_r_info()); local
2225 unsigned int r_sym = elfcpp::elf_r_sym<32>(rel.get_r_info()); local
2427 unsigned int r_sym = elfcpp::elf_r_sym<32>(rel.get_r_info()); local
2485 unsigned int r_sym = elfcpp::elf_r_sym<32>(rel.get_r_info()); local
2588 unsigned int r_sym = elfcpp::elf_r_sym<32>(rel.get_r_info()); local
[all...]
H A Dgc.h234 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
239 if (r_sym < local_count)
243 + r_sym * sym_size);
246 shndx = src_obj->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
284 Symbol* gsym = src_obj->global_symbol(r_sym);
H A Dreloc.cc624 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
626 if (r_sym >= this->local_symbol_count_)
627 this->count_incremental_reloc(r_sym - this->local_symbol_count_);
1154 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
1157 if (r_sym < this->local_symbol_count_)
1192 this->next_incremental_reloc_index(r_sym - this->local_symbol_count_);
1297 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); local
1298 if (r_sym < local_count)
1301 const Symbol* gsym = this->global_symbol(r_sym);
1390 unsigned int r_sym local
[all...]
H A Dsparc.cc1732 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info()); local
1733 rela_dyn->add_local_relative(object, r_sym, elfcpp::R_SPARC_RELATIVE,
1767 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info()); local
1772 rela_dyn->add_local(object, r_sym, orig_r_type, output_section,
1779 rela_dyn->add_symbolless_local_addend(object, r_sym, orig_r_type,
1809 unsigned int r_sym; local
1812 r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info());
1818 if (!object->local_has_got_offset(r_sym, GOT_TYPE_STANDARD))
1824 object->set_local_got_offset(r_sym, GOT_TYPE_STANDARD, off);
1825 rela_dyn->add_local_relative(object, r_sym,
1871 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info()); local
1926 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info()); local
1953 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info()); local
2560 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); local
2944 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); local
3188 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); local
[all...]
H A Dpowerpc.cc1249 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info()); local
1250 rela_dyn->add_local(object, r_sym, r_type, output_section,
1256 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info()); local
1258 rela_dyn->add_local_relative(object, r_sym, r_type,
1286 unsigned int r_sym; local
1289 r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info());
1295 if (!object->local_has_got_offset(r_sym, GOT_TYPE_STANDARD))
1301 object->set_local_got_offset(r_sym, GOT_TYPE_STANDARD, off);
1302 rela_dyn->add_local_relative(object, r_sym,
1308 got->add_local(object, r_sym, GOT_TYPE_STANDAR
1734 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); local
[all...]
H A Darm.cc509 unsigned int r_sym, int32_t addend)
519 gold_assert(relobj != NULL && r_sym != invalid_index);
520 this->r_sym_ = r_sym;
538 r_sym() const function in class:__anon3283::Reloc_stub::Key
1489 local_symbol_is_thumb_function(unsigned int r_sym) const
1491 gold_assert(r_sym < this->local_symbol_is_thumb_function_.size());
1492 return this->local_symbol_is_thumb_function_[r_sym];
3847 unsigned int r_sym,
3936 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend);
3975 unsigned int r_sym,
508 Key(Stub_type stub_type, const Symbol* symbol, const Relobj* relobj, unsigned int r_sym, int32_t addend) argument
[all...]
H A Dobject.cc1885 unsigned int r_sym,
1909 shndx, r_sym);
1919 r_sym, shndx);
2038 unsigned int r_sym,
2047 return this->compute_final_local_value_internal(r_sym, lv_in, lv_out,
1884 compute_final_local_value_internal( unsigned int r_sym, const Symbol_value<size>* lv_in, Symbol_value<size>* lv_out, bool relocatable, const Output_sections& out_sections, const std::vector<Address>& out_offsets, const Symbol_table* symtab) argument
2037 compute_final_local_value( unsigned int r_sym, const Symbol_value<size>* lv_in, Symbol_value<size>* lv_out, const Symbol_table* symtab) argument
H A Dobject.h1777 compute_final_local_value(unsigned int r_sym,
2207 compute_final_local_value_internal(unsigned int r_sym,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-mips.c1800 dst->r_sym = H_GET_32 (abfd, src->r_sym);
1815 dst->r_sym = H_GET_32 (abfd, src->r_sym);
1830 H_PUT_32 (abfd, src->r_sym, dst->r_sym);
1844 H_PUT_32 (abfd, src->r_sym, dst->r_sym);
1865 dst[0].r_info = ELF64_R_INFO (mirel.r_sym, mirel.r_type);
1888 dst[0].r_info = ELF64_R_INFO (mirela.r_sym, mirel
[all...]
H A Delfxx-ia64.c142 unsigned int r_sym; member in struct:elfNN_ia64_local_hash_entry
1882 return ELF_LOCAL_SYMBOL_HASH (entry->id, entry->r_sym);
1895 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
2114 e.r_sym = ELFNN_R_SYM (rel->r_info);
2131 ret->r_sym = ELFNN_R_SYM (rel->r_info);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dmips.h772 uses the symbol in the r_sym field. The second relocation which
784 unsigned char r_sym[4];
800 unsigned long r_sym;
818 unsigned char r_sym[4];
836 unsigned long r_sym;
776 unsigned char r_sym[4]; member in struct:__anon3553
792 unsigned long r_sym; member in struct:__anon3554
810 unsigned char r_sym[4]; member in struct:__anon3555
828 unsigned long r_sym; member in struct:__anon3556
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-mips.c1798 dst->r_sym = H_GET_32 (abfd, src->r_sym);
1813 dst->r_sym = H_GET_32 (abfd, src->r_sym);
1828 H_PUT_32 (abfd, src->r_sym, dst->r_sym);
1842 H_PUT_32 (abfd, src->r_sym, dst->r_sym);
1863 dst[0].r_info = ELF64_R_INFO (mirel.r_sym, mirel.r_type);
1886 dst[0].r_info = ELF64_R_INFO (mirela.r_sym, mirel
[all...]
H A Delf64-x86-64.c499 bfd_vma (*r_sym) (bfd_vma);
599 htab->r_sym (rel->r_info));
603 e.elf.dynstr_index = htab->r_sym (rel->r_info);
623 ret->elf.dynstr_index = htab->r_sym (rel->r_info);
663 ret->r_sym = elf64_r_sym;
671 ret->r_sym = elf32_r_sym;
918 r_symndx = htab->r_sym (rel[1].r_info);
1168 r_symndx = htab->r_sym (rel->r_info);
1754 r_symndx = htab->r_sym (rel->r_info);
2821 r_symndx = htab->r_sym (re
497 bfd_vma (*r_sym) (bfd_vma); member in struct:elf_x86_64_link_hash_table
[all...]
H A Delfxx-ia64.c143 unsigned int r_sym; member in struct:elfNN_ia64_local_hash_entry
1883 return ELF_LOCAL_SYMBOL_HASH (entry->id, entry->r_sym);
1896 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
2115 e.r_sym = ELFNN_R_SYM (rel->r_info);
2132 ret->r_sym = ELFNN_R_SYM (rel->r_info);
H A Delfcode.h1875 NAME(elf,r_sym) (bfd_vma r_info)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dmips.h773 uses the symbol in the r_sym field. The second relocation which
785 unsigned char r_sym[4];
801 unsigned long r_sym;
819 unsigned char r_sym[4];
837 unsigned long r_sym;
777 unsigned char r_sym[4]; member in struct:__anon921
793 unsigned long r_sym; member in struct:__anon922
811 unsigned char r_sym[4]; member in struct:__anon923
829 unsigned long r_sym; member in struct:__anon924

Completed in 334 milliseconds