Lines Matching refs:howto_table
204 static reloc_howto_type howto_table[] = variable
363 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0]))
374 ? howto_table + (dst)->r_type \
412 && howto_table[reloc.r_type].pc_relative) \
539 howto = howto_table + rel->r_type; in coff_i386_rtype_to_howto()
645 return howto_table + R_IMAGEBASE; in coff_i386_reloc_type_lookup()
647 return howto_table + R_DIR32; in coff_i386_reloc_type_lookup()
649 return howto_table + R_PCRLONG; in coff_i386_reloc_type_lookup()
651 return howto_table + R_RELWORD; in coff_i386_reloc_type_lookup()
653 return howto_table + R_PCRWORD; in coff_i386_reloc_type_lookup()
655 return howto_table + R_RELBYTE; in coff_i386_reloc_type_lookup()
657 return howto_table + R_PCRBYTE; in coff_i386_reloc_type_lookup()
660 return howto_table + R_SECREL32; in coff_i386_reloc_type_lookup()
662 return howto_table + R_SECTION; in coff_i386_reloc_type_lookup()
677 if (howto_table[i].name != NULL in coff_i386_reloc_name_lookup()
678 && strcasecmp (howto_table[i].name, r_name) == 0) in coff_i386_reloc_name_lookup()
679 return &howto_table[i]; in coff_i386_reloc_name_lookup()