Searched refs:r_mips_hi16_list (Results 1 – 2 of 2) sorted by relevance
91 n->next = me->arch.r_mips_hi16_list; in apply_r_mips_hi16()92 me->arch.r_mips_hi16_list = n; in apply_r_mips_hi16()123 if (me->arch.r_mips_hi16_list != NULL) { in apply_r_mips_lo16()124 l = me->arch.r_mips_hi16_list; in apply_r_mips_lo16()159 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()173 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()333 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()377 if (me->arch.r_mips_hi16_list) { in __apply_relocate()378 free_relocation_chain(me->arch.r_mips_hi16_list); in __apply_relocate()379 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()
14 struct mips_hi16 *r_mips_hi16_list; member