Home | History | Annotate | Download | only in config

Lines Matching defs:table_ptr

4688   struct nds32_relax_hint_table *table_ptr;
4810 table_ptr = relax_ls_table;
4811 while (table_ptr->main_type != 0)
4813 if (table_ptr->main_type == hint_type)
4815 fixup_info = table_ptr->relax_fixup;
4816 code_seq = table_ptr->relax_code_seq;
4817 seq_size = table_ptr->relax_code_size;
4820 table_ptr++;
4822 if (table_ptr->main_type == 0)