Home
last modified time | relevance | path

Searched refs:MIPS_ELF_GOT_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c565 #define MIPS_ELF_GOT_SIZE(abfd) \ macro
2279 got_offset += 2 * MIPS_ELF_GOT_SIZE (abfd); in mips_elf_initialize_tls_slots()
2312 + MIPS_ELF_GOT_SIZE (abfd)); in mips_elf_initialize_tls_slots()
2346 return got_index + 2 * MIPS_ELF_GOT_SIZE (abfd); in mips_tls_got_index()
2510 * MIPS_ELF_GOT_SIZE (abfd)); in mips_elf_global_got_index()
3373 * MIPS_ELF_GOT_SIZE (abfd); in mips_elf_adjust_gp()
3410 / MIPS_ELF_GOT_SIZE (abfd)) in mips_elf_multi_got()
7229 s->size += i * MIPS_ELF_GOT_SIZE (output_bfd); in _bfd_mips_elf_always_size_sections()
8815 + 2 * MIPS_ELF_GOT_SIZE (output_bfd)); in _bfd_mips_elf_finish_dynamic_sections()
8830 = MIPS_ELF_GOT_SIZE (output_bfd); in _bfd_mips_elf_finish_dynamic_sections()
[all …]
H A DChangeLog-98991469 Use MIPS_ELF_GOT_SIZE to calculate the size of GOT entries.
1615 (MIPS_ELF_GOT_SIZE): Likewise.
1630 (mips_elf_global_got_index): Use MIPS_ELF_GOT_SIZE.
1632 (mips_elf_create_local_got_entry): Use MIPS_ELF_GOT_SIZE.
1640 (mips_elf_create_got_section): Tidy. Use MIPS_ELF_GOT_SIZE.
1643 MIPS_ELF_REL_DYN_SECTION_NAME, MIPS_ELF_GOT_SIZE,
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c544 #define MIPS_ELF_GOT_SIZE(abfd) \ macro
1901 * MIPS_ELF_GOT_SIZE (abfd)); in mips_elf_global_got_index()
2013 entry.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_gotno++; in mips_elf_create_local_got_entry()
2594 / MIPS_ELF_GOT_SIZE (abfd)) in mips_elf_multi_got()
2742 + gg->next->global_gotno) * MIPS_ELF_GOT_SIZE (abfd); in mips_elf_multi_got()
5883 s->_raw_size += i * MIPS_ELF_GOT_SIZE (output_bfd); in _bfd_mips_elf_always_size_sections()
6993 sgot->contents + MIPS_ELF_GOT_SIZE (output_bfd)); in _bfd_mips_elf_finish_dynamic_sections()
6998 = MIPS_ELF_GOT_SIZE (output_bfd); in _bfd_mips_elf_finish_dynamic_sections()
7014 + index++ * MIPS_ELF_GOT_SIZE (output_bfd)); in _bfd_mips_elf_finish_dynamic_sections()
7016 + index++ * MIPS_ELF_GOT_SIZE (output_bfd)); in _bfd_mips_elf_finish_dynamic_sections()
[all …]
H A DChangeLog-98991469 Use MIPS_ELF_GOT_SIZE to calculate the size of GOT entries.
1615 (MIPS_ELF_GOT_SIZE): Likewise.
1630 (mips_elf_global_got_index): Use MIPS_ELF_GOT_SIZE.
1632 (mips_elf_create_local_got_entry): Use MIPS_ELF_GOT_SIZE.
1640 (mips_elf_create_got_section): Tidy. Use MIPS_ELF_GOT_SIZE.
1643 MIPS_ELF_REL_DYN_SECTION_NAME, MIPS_ELF_GOT_SIZE,