Home
last modified time | relevance | path

Searched refs:got_index (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dincremental.cc1853 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit() local
1854 gold_assert(got_index < this->info_.got_count); in visit()
1859 this->info_.got_type_p[got_index] = got_type | 0x80; in visit()
1860 unsigned char* pov = this->info_.got_desc_p + got_index * 8; in visit()
1890 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit() local
1891 gold_assert(got_index < this->info_.got_count); in visit()
1896 this->info_.got_type_p[got_index] = got_type; in visit()
1897 unsigned char* pov = this->info_.got_desc_p + got_index * 8; in visit()
Ds390.cc478 reserve_local_got_entry(unsigned int got_index,
486 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
1885 unsigned int got_index, in reserve_local_got_entry() argument
1890 unsigned int got_offset = got_index * size / 8; in reserve_local_got_entry()
1893 this->got_->reserve_local(got_index, obj, r_sym, got_type); in reserve_local_got_entry()
1906 this->got_->reserve_slot(got_index + 1); in reserve_local_got_entry()
1920 Target_s390<size>::reserve_global_got_entry(unsigned int got_index, in reserve_global_got_entry() argument
1924 unsigned int got_offset = got_index * size / 8; in reserve_global_got_entry()
1927 this->got_->reserve_global(got_index, gsym, got_type); in reserve_global_got_entry()
1949 this->got_->reserve_slot(got_index + 1); in reserve_global_got_entry()
Dtilegx.cc417 reserve_local_got_entry(unsigned int got_index,
425 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
2707 unsigned int got_index, in reserve_local_got_entry() argument
2712 unsigned int got_offset = (got_index + TILEGX_GOT_RESERVE_COUNT) in reserve_local_got_entry()
2716 this->got_->reserve_local(got_index, obj, r_sym, got_type); in reserve_local_got_entry()
2731 this->got_->reserve_slot(got_index + 1); in reserve_local_got_entry()
2751 unsigned int got_index, Symbol* gsym, unsigned int got_type) in reserve_global_got_entry() argument
2753 unsigned int got_offset = (got_index + TILEGX_GOT_RESERVE_COUNT) in reserve_global_got_entry()
2757 this->got_->reserve_global(got_index, gsym, got_type); in reserve_global_got_entry()
2781 this->got_->reserve_slot(got_index + 1); in reserve_global_got_entry()
Dx86_64.cc802 reserve_local_got_entry(unsigned int got_index,
810 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
2690 unsigned int got_index, in reserve_local_got_entry() argument
2695 unsigned int got_offset = got_index * 8; in reserve_local_got_entry()
2698 this->got_->reserve_local(got_index, obj, r_sym, got_type); in reserve_local_got_entry()
2711 this->got_->reserve_slot(got_index + 1); in reserve_local_got_entry()
2731 Target_x86_64<size>::reserve_global_got_entry(unsigned int got_index, in reserve_global_got_entry() argument
2735 unsigned int got_offset = got_index * 8; in reserve_global_got_entry()
2738 this->got_->reserve_global(got_index, gsym, got_type); in reserve_global_got_entry()
2760 this->got_->reserve_slot(got_index + 1); in reserve_global_got_entry()
[all …]
Doutput.cc1736 unsigned int got_index = got_offset / (got_size / 8); in add_got_entry() local
1737 gold_assert(got_index < this->entries_.size()); in add_got_entry()
1738 this->entries_[got_index] = got_entry; in add_got_entry()
1768 unsigned int got_index = got_offset / (got_size / 8); in add_got_entry_pair() local
1769 gold_assert(got_index < this->entries_.size()); in add_got_entry_pair()
1770 this->entries_[got_index] = got_entry_1; in add_got_entry_pair()
1771 this->entries_[got_index + 1] = got_entry_2; in add_got_entry_pair()
DChangeLog-08154462 (Output_data_got::Got_entry::write): Add got_index param.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-score7.c1607 bfd_vma got_index; in score_elf_global_got_index() local
1621 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd)); in score_elf_global_got_index()
1622 BFD_ASSERT (got_index < sgot->size); in score_elf_global_got_index()
1624 return got_index; in score_elf_global_got_index()
1633 bfd_vma got_index) in score_elf_got_offset_from_index() argument
1641 return sgot->output_section->vma + sgot->output_offset + got_index - gp; in score_elf_got_offset_from_index()
Delfxx-mips.c3653 bfd_vma got_index; in mips_elf_primary_global_got_index() local
3668 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) in mips_elf_primary_global_got_index()
3670 BFD_ASSERT (got_index < htab->root.sgot->size); in mips_elf_primary_global_got_index()
3672 return got_index; in mips_elf_primary_global_got_index()
3732 bfd_vma page, got_index; in mips_elf_got_page() local
3742 got_index = entry->gotidx; in mips_elf_got_page()
3747 return got_index; in mips_elf_got_page()
3783 bfd *input_bfd, bfd_vma got_index) in mips_elf_got_offset_from_index() argument
3796 return sgot->output_section->vma + sgot->output_offset + got_index - gp; in mips_elf_got_offset_from_index()
10998 bfd_vma got_index; in _bfd_mips_elf_finish_dynamic_symbol() local
[all …]
Delf32-score.c1740 bfd_vma got_index; in score_elf_global_got_index() local
1754 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd)); in score_elf_global_got_index()
1755 BFD_ASSERT (got_index < sgot->size); in score_elf_global_got_index()
1757 return got_index; in score_elf_global_got_index()
1766 bfd_vma got_index) in score_elf_got_offset_from_index() argument
1774 return sgot->output_section->vma + sgot->output_offset + got_index - gp; in score_elf_got_offset_from_index()
DChangeLog-20132577 original got_index instead.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-score7.c1607 bfd_vma got_index; in score_elf_global_got_index() local
1621 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd)); in score_elf_global_got_index()
1622 BFD_ASSERT (got_index < sgot->size); in score_elf_global_got_index()
1624 return got_index; in score_elf_global_got_index()
1633 bfd_vma got_index) in score_elf_got_offset_from_index() argument
1641 return sgot->output_section->vma + sgot->output_offset + got_index - gp; in score_elf_got_offset_from_index()
Delfxx-mips.c3653 bfd_vma got_index; in mips_elf_primary_global_got_index() local
3668 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) in mips_elf_primary_global_got_index()
3670 BFD_ASSERT (got_index < htab->root.sgot->size); in mips_elf_primary_global_got_index()
3672 return got_index; in mips_elf_primary_global_got_index()
3732 bfd_vma page, got_index; in mips_elf_got_page() local
3742 got_index = entry->gotidx; in mips_elf_got_page()
3747 return got_index; in mips_elf_got_page()
3783 bfd *input_bfd, bfd_vma got_index) in mips_elf_got_offset_from_index() argument
3796 return sgot->output_section->vma + sgot->output_offset + got_index - gp; in mips_elf_got_offset_from_index()
10975 bfd_vma got_index; in _bfd_mips_elf_finish_dynamic_symbol() local
[all …]
Delf32-score.c1740 bfd_vma got_index; in score_elf_global_got_index() local
1754 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd)); in score_elf_global_got_index()
1755 BFD_ASSERT (got_index < sgot->size); in score_elf_global_got_index()
1757 return got_index; in score_elf_global_got_index()
1766 bfd_vma got_index) in score_elf_got_offset_from_index() argument
1774 return sgot->output_section->vma + sgot->output_offset + got_index - gp; in score_elf_got_offset_from_index()
DChangeLog-20132577 original got_index instead.