Searched refs:mips_hi16_list (Results 1 – 3 of 3) sorted by relevance
2391 static struct mips_hi16 *mips_hi16_list; variable2417 n->next = mips_hi16_list; in _bfd_mips_elf_hi16_reloc()2421 mips_hi16_list = n; in _bfd_mips_elf_hi16_reloc()2471 while (mips_hi16_list != NULL) in _bfd_mips_elf_lo16_reloc()2476 hi = mips_hi16_list; in _bfd_mips_elf_lo16_reloc()2500 mips_hi16_list = hi->next; in _bfd_mips_elf_lo16_reloc()
5166 (mips_hi16_list): New static variable.5168 (mips_elf_lo16_reloc): Process mips_hi16_list.
85 (mips_hi16_list): Moved from elf32-mips.c.