Searched refs:r_mips_hi16_list (Results 1 – 2 of 2) sorted by relevance
100 n->next = me->arch.r_mips_hi16_list; in apply_r_mips_hi16()101 me->arch.r_mips_hi16_list = n; in apply_r_mips_hi16()132 if (me->arch.r_mips_hi16_list != NULL) { in apply_r_mips_lo16()133 l = me->arch.r_mips_hi16_list; in apply_r_mips_lo16()168 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()182 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()327 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()382 if (me->arch.r_mips_hi16_list) { in __apply_relocate()383 free_relocation_chain(me->arch.r_mips_hi16_list); in __apply_relocate()384 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()
14 struct mips_hi16 *r_mips_hi16_list; member