Lines Matching defs:howto_table
156 static reloc_howto_type howto_table[] =
342 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0]))
355 ? howto_table + (dst)->r_type \
388 && howto_table[reloc.r_type].pc_relative) \
405 howto = howto_table + rel->r_type;
509 return & howto_table [mips_type];
519 if (howto_table[i].name != NULL
520 && strcasecmp (howto_table[i].name, r_name) == 0)
521 return &howto_table[i];