Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c852 #define MIPS_ELF_GOT_SIZE(abfd) \ macro
3369 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd); in mips_elf_initialize_tls_slots()
3422 + MIPS_ELF_GOT_SIZE (abfd)); in mips_elf_initialize_tls_slots()
3462 * MIPS_ELF_GOT_SIZE (info->output_bfd))); in mips_elf_gotplt_index()
3523 * MIPS_ELF_GOT_SIZE (obfd)); in mips_elf_primary_global_got_index()
3742 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++; in mips_elf_create_local_got_entry()
3744 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--; in mips_elf_create_local_got_entry()
4786 * MIPS_ELF_GOT_SIZE (abfd); in mips_elf_adjust_gp()
4814 / MIPS_ELF_GOT_SIZE (abfd)) in mips_elf_multi_got()
4903 tga.value = MIPS_ELF_GOT_SIZE (abfd); in mips_elf_multi_got()
[all …]
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,
DChangeLog-20131351 restriction. Use MIPS_ELF_GOT_SIZE to calculate GOT address.
1381 MIPS_ELF_GOT_SIZE to calculate GOT address.