Home
last modified time | relevance | path

Searched refs:local_gotno (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-score7.c117 unsigned int local_gotno; member
1319 g->local_gotno = SCORE_RESERVED_GOTNO; in score_elf_create_got_section()
1374 if (g->assigned_gotno >= g->local_gotno) in score_elf_create_local_got_entry()
1460 g->local_gotno++; in s7_bfd_score_elf_hide_symbol()
1478 g->local_gotno++; in s7_bfd_score_elf_hide_symbol()
1485 g->local_gotno++; in s7_bfd_score_elf_hide_symbol()
1568 entry.gotidx = g->local_gotno++; in score_elf_record_local_got_symbol()
1622 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd)); in score_elf_global_got_index()
2995 bfd_size_type local_gotno; in s7_bfd_score_elf_always_size_sections() local
3044 local_gotno = (loadable_size >> 16) + 5; in s7_bfd_score_elf_always_size_sections()
[all …]
Delf32-score.c121 unsigned int local_gotno; member
1461 g->local_gotno = SCORE_RESERVED_GOTNO; in score_elf_create_got_section()
1514 if (g->assigned_gotno >= g->local_gotno) in score_elf_create_local_got_entry()
1599 g->local_gotno++; in s3_bfd_score_elf_hide_symbol()
1617 g->local_gotno++; in s3_bfd_score_elf_hide_symbol()
1624 g->local_gotno++; in s3_bfd_score_elf_hide_symbol()
1705 entry.gotidx = g->local_gotno++; in score_elf_record_local_got_symbol()
1758 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd)); in score_elf_global_got_index()
3188 bfd_size_type local_gotno; in s3_bfd_score_elf_always_size_sections() local
3237 local_gotno = (loadable_size >> 16) + 5; in s3_bfd_score_elf_always_size_sections()
[all …]
Delfxx-mips.c166 unsigned int local_gotno; member
3280 g->local_gotno += 1; in mips_elf_count_got_entry()
3522 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) in mips_elf_primary_global_got_index()
4544 estimate += from->local_gotno + to->local_gotno; in mips_elf_merge_got_with()
4595 estimate += g->local_gotno + g->tls_gotno; in mips_elf_merge_got()
4785 return (g->local_gotno + g->global_gotno + g->tls_gotno) in mips_elf_adjust_gp()
4875 gg->local_gotno = -g->global_gotno; in mips_elf_multi_got()
4887 g->local_gotno += assign; in mips_elf_multi_got()
4888 g->local_gotno += (pages < g->page_gotno ? pages : g->page_gotno); in mips_elf_multi_got()
4889 g->assigned_high_gotno = g->local_gotno - 1; in mips_elf_multi_got()
[all …]
DChangeLog-2007341 adding the number of pages entries to local_gotno.
1235 (mips_elf_record_global_got_symbol): Increment local_gotno for
1241 (_bfd_mips_elf_hide_symbol): Increase local_gotno whenever
DChangeLog-20081370 instead of _bfd_mips_elf_hide_symbol. Do not increment local_gotno
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc728 local_gotno() const in local_gotno() function in __anona7e08b770111::Mips_got_info
1934 return (2 + this->master_got_info_->local_gotno() in get_local_gotno()
1938 return 2 + this->primary_got_->local_gotno() + this->primary_got_->page_gotno(); in get_local_gotno()
5531 estimate += g->local_gotno() + g->tls_gotno(); in merge_gots()
5592 estimate += from->local_gotno() + to->local_gotno(); in merge_got_with()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c13250 bfd_vma local_gotno = 0; in process_mips_specific() local
13342 local_gotno = entry->d_un.d_val; in process_mips_specific()
13728 if (pltgot != 0 && local_gotno != 0) in process_mips_specific()
13737 local_end = pltgot + local_gotno * addr_size; in process_mips_specific()