Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20062777 (MIPS_ELF_GOT_MAX_SIZE): Change the argument from a bfd to a
2796 (mips_elf_merge_gots): Update the use of MIPS_ELF_GOT_MAX_SIZE.
2797 (mips_elf_multi_got): Update the uses of MIPS_ELF_GOT_MAX_SIZE
2800 MIPS_ELF_GOT_MAX_SIZE. Create .got.plt on VxWorks.
Delfxx-mips.c907 #define MIPS_ELF_GOT_MAX_SIZE(INFO) (ELF_MIPS_GP_OFFSET (INFO) + 0x7fff) macro
4822 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info) in mips_elf_multi_got()
9385 if (!htab->is_vxworks && s->size > MIPS_ELF_GOT_MAX_SIZE (info)) in mips_elf_lay_out_got()
DChangeLog-02034698 (MIPS_ELF_GOT_MAX_SIZE): New macro.