Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c850 #define MIPS_ELF_GOT_SIZE(abfd) \ macro
3377 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd); in mips_elf_initialize_tls_slots()
3430 + MIPS_ELF_GOT_SIZE (abfd)); in mips_elf_initialize_tls_slots()
3470 * MIPS_ELF_GOT_SIZE (info->output_bfd))); in mips_elf_gotplt_index()
3531 * MIPS_ELF_GOT_SIZE (obfd)); in mips_elf_primary_global_got_index()
3750 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++; in mips_elf_create_local_got_entry()
3752 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--; in mips_elf_create_local_got_entry()
4795 * MIPS_ELF_GOT_SIZE (abfd); in mips_elf_adjust_gp()
4823 / MIPS_ELF_GOT_SIZE (abfd)) in mips_elf_multi_got()
4912 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.