Home | History | Annotate | Download | only in bfd

Lines Matching defs:temp_ptr

15062   struct elf_nds32_insn_times_entry *temp_ptr, *temp_ptr2;
15177 temp_ptr = ex9_insn;
15218 temp_ptr = temp_ptr2;
15219 while (fix_ptr->order != temp_ptr->order && fix_ptr->next)
15223 if (fix_ptr->order != temp_ptr->order)
15235 while (temp_ptr)
15238 insn = bfd_getb32 (contents + (temp_ptr->order) * 4 + offset);
15242 if (temp_ptr->order != fix_ptr->order)
15249 if (temp_ptr->order < 32)
15253 insn_ex9 = insn_ex9 | temp_ptr->order;
15260 if (!temp_ptr->next || temp_ptr->m_list != temp_ptr->next->m_list)
15264 temp_ptr = temp_ptr->next;