Searched refs:r_mips_hi16_list (Results 1 – 2 of 2) sorted by relevance
81 n->next = me->arch.r_mips_hi16_list; in apply_r_mips_hi16()82 me->arch.r_mips_hi16_list = n; in apply_r_mips_hi16()113 if (me->arch.r_mips_hi16_list != NULL) { in apply_r_mips_lo16()114 l = me->arch.r_mips_hi16_list; in apply_r_mips_lo16()149 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()163 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()323 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()367 if (me->arch.r_mips_hi16_list) { in __apply_relocate()368 free_relocation_chain(me->arch.r_mips_hi16_list); in __apply_relocate()369 me->arch.r_mips_hi16_list = NULL; in __apply_relocate()
14 struct mips_hi16 *r_mips_hi16_list; member