Searched refs:got_index (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dincremental.cc1848 unsigned int got_index = got_offset / this->info_.got_entry_size; local
1849 gold_assert(got_index < this->info_.got_count);
1854 this->info_.got_type_p[got_index] = got_type | 0x80;
1855 unsigned char* pov = this->info_.got_desc_p + got_index * 8;
1879 unsigned int got_index = got_offset / this->info_.got_entry_size;
1880 gold_assert(got_index < this->info_.got_count);
1885 this->info_.got_type_p[got_index] = got_type;
1886 unsigned char* pov = this->info_.got_desc_p + got_index * 8;
H A Dx86_64.cc793 reserve_local_got_entry(unsigned int got_index,
801 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
2476 unsigned int got_index,
2481 unsigned int got_offset = got_index * 8;
2484 this->got_->reserve_local(got_index, obj, r_sym, got_type);
2497 this->got_->reserve_slot(got_index + 1);
2503 // this->got_->reserve_slot(got_index + 1);
2517 Target_x86_64<size>::reserve_global_got_entry(unsigned int got_index, argument
2521 unsigned int got_offset = got_index * 8;
2524 this->got_->reserve_global(got_index, gsy
2475 reserve_local_got_entry( unsigned int got_index, Sized_relobj<size, false>* obj, unsigned int r_sym, unsigned int got_type) argument
[all...]
H A Dtilegx.cc417 reserve_local_got_entry(unsigned int got_index,
425 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
2703 unsigned int got_index,
2708 unsigned int got_offset = (got_index + TILEGX_GOT_RESERVE_COUNT)
2712 this->got_->reserve_local(got_index, obj, r_sym, got_type);
2727 this->got_->reserve_slot(got_index + 1);
2747 unsigned int got_index, Symbol* gsym, unsigned int got_type)
2749 unsigned int got_offset = (got_index + TILEGX_GOT_RESERVE_COUNT)
2753 this->got_->reserve_global(got_index, gsym, got_type);
2777 this->got_->reserve_slot(got_index
2702 reserve_local_got_entry( unsigned int got_index, Sized_relobj<size, big_endian>* obj, unsigned int r_sym, unsigned int got_type) argument
2746 reserve_global_got_entry( unsigned int got_index, Symbol* gsym, unsigned int got_type) argument
[all...]
H A Ds390.cc473 reserve_local_got_entry(unsigned int got_index,
481 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
1878 unsigned int got_index,
1883 unsigned int got_offset = got_index * size / 8;
1886 this->got_->reserve_local(got_index, obj, r_sym, got_type);
1899 this->got_->reserve_slot(got_index + 1);
1913 Target_s390<size>::reserve_global_got_entry(unsigned int got_index, argument
1917 unsigned int got_offset = got_index * size / 8;
1920 this->got_->reserve_global(got_index, gsym, got_type);
1942 this->got_->reserve_slot(got_index
1877 reserve_local_got_entry( unsigned int got_index, Sized_relobj<size, true>* obj, unsigned int r_sym, unsigned int got_type) argument
[all...]
H A Doutput.cc1769 unsigned int got_index = got_offset / (got_size / 8); local
1770 gold_assert(got_index < this->entries_.size());
1771 this->entries_[got_index] = got_entry;
1801 unsigned int got_index = got_offset / (got_size / 8); local
1802 gold_assert(got_index < this->entries_.size());
1803 this->entries_[got_index] = got_entry_1;
1804 this->entries_[got_index + 1] = got_entry_2;
/haiku-buildtools/binutils/bfd/
H A Delf32-score.c1746 bfd_vma got_index; local
1760 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd));
1761 BFD_ASSERT (got_index < sgot->size);
1763 return got_index;
1772 bfd_vma got_index)
1780 return sgot->output_section->vma + sgot->output_offset + got_index - gp;
1769 score_elf_got_offset_from_index(bfd *dynobj, bfd *output_bfd, bfd *input_bfd ATTRIBUTE_UNUSED, bfd_vma got_index) argument
H A Delf32-score7.c1611 bfd_vma got_index; local
1625 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd));
1626 BFD_ASSERT (got_index < sgot->size);
1628 return got_index;
1637 bfd_vma got_index)
1645 return sgot->output_section->vma + sgot->output_offset + got_index - gp;
1634 score_elf_got_offset_from_index(bfd *dynobj, bfd *output_bfd, bfd *input_bfd ATTRIBUTE_UNUSED, bfd_vma got_index) argument
H A Delfxx-mips.c3549 bfd_vma got_index;
3564 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno)
3566 BFD_ASSERT (got_index < htab->root.sgot->size);
3568 return got_index;
3628 bfd_vma page, got_index;
3638 got_index = entry->gotidx;
3643 return got_index;
3679 bfd *input_bfd, bfd_vma got_index)
3692 return sgot->output_section->vma + sgot->output_offset + got_index - gp;
10742 bfd_vma got_index;
3534 bfd_vma got_index; local
3613 bfd_vma page, got_index; local
3663 mips_elf_got_offset_from_index(struct bfd_link_info *info, bfd *output_bfd, bfd *input_bfd, bfd_vma got_index) argument
10706 bfd_vma got_index; local
11836 bfd_vma got_index = g->next->local_gotno + g->next->global_gotno local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c2342 mips_tls_got_index (bfd *abfd, bfd_vma got_index, unsigned char *tls_type,
2349 mips_elf_initialize_tls_slots (abfd, got_index, tls_type, info, h, symbol);
2355 return got_index + 2 * MIPS_ELF_GOT_SIZE (abfd);
2357 return got_index;
2363 return got_index;
2369 return got_index;
2372 return got_index;
2329 mips_tls_got_index(bfd *abfd, bfd_vma got_index, unsigned char *tls_type, int r_type, struct bfd_link_info *info, struct mips_elf_link_hash_entry *h, bfd_vma symbol) argument

Completed in 408 milliseconds