Searched refs:r_mips_hi16_list (Results 1 – 2 of 2) sorted by relevance
113 n->next = me->arch.r_mips_hi16_list; in apply_r_mips_hi16()114 me->arch.r_mips_hi16_list = n; in apply_r_mips_hi16()145 if (me->arch.r_mips_hi16_list != NULL) { in apply_r_mips_lo16()146 l = me->arch.r_mips_hi16_list; in apply_r_mips_lo16()181 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()195 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()340 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()395 if (me->arch.r_mips_hi16_list) { in __apply_relocate()396 free_relocation_chain(me->arch.r_mips_hi16_list); in __apply_relocate()397 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()
14 struct mips_hi16 *r_mips_hi16_list; member