Searched refs:tic30_coff_howto_table (Results 1 – 1 of 1) sorted by relevance
32 reloc_howto_type tic30_coff_howto_table[] = variable63 return &tic30_coff_howto_table[2]; in tic30_coff_reloc_type_lookup()65 return &tic30_coff_howto_table[0]; in tic30_coff_reloc_type_lookup()67 return &tic30_coff_howto_table[1]; in tic30_coff_reloc_type_lookup()69 return &tic30_coff_howto_table[4]; in tic30_coff_reloc_type_lookup()71 return &tic30_coff_howto_table[3]; in tic30_coff_reloc_type_lookup()84 i < (sizeof (tic30_coff_howto_table) in tic30_coff_reloc_name_lookup()85 / sizeof (tic30_coff_howto_table[0])); in tic30_coff_reloc_name_lookup()87 if (tic30_coff_howto_table[i].name != NULL in tic30_coff_reloc_name_lookup()88 && strcasecmp (tic30_coff_howto_table[i].name, r_name) == 0) in tic30_coff_reloc_name_lookup()[all …]