Searched refs:mips_hi16_list (Results 1 – 3 of 3) sorted by relevance
2397 static struct mips_hi16 *mips_hi16_list; variable2423 n->next = mips_hi16_list; in _bfd_mips_elf_hi16_reloc()2427 mips_hi16_list = n; in _bfd_mips_elf_hi16_reloc()2477 while (mips_hi16_list != NULL) in _bfd_mips_elf_lo16_reloc()2482 hi = mips_hi16_list; in _bfd_mips_elf_lo16_reloc()2506 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.