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 \
413 && howto_table[reloc.r_type].pc_relative) \
540 howto = howto_table + rel->r_type; in coff_i386_rtype_to_howto()
646 return howto_table + R_IMAGEBASE; in coff_i386_reloc_type_lookup()
648 return howto_table + R_DIR32; in coff_i386_reloc_type_lookup()
650 return howto_table + R_PCRLONG; in coff_i386_reloc_type_lookup()
652 return howto_table + R_RELWORD; in coff_i386_reloc_type_lookup()
654 return howto_table + R_PCRWORD; in coff_i386_reloc_type_lookup()
656 return howto_table + R_RELBYTE; in coff_i386_reloc_type_lookup()
658 return howto_table + R_PCRBYTE; in coff_i386_reloc_type_lookup()
661 return howto_table + R_SECREL32; in coff_i386_reloc_type_lookup()
663 return howto_table + R_SECTION; in coff_i386_reloc_type_lookup()
678 if (howto_table[i].name != NULL in coff_i386_reloc_name_lookup()
679 && strcasecmp (howto_table[i].name, r_name) == 0) in coff_i386_reloc_name_lookup()
680 return &howto_table[i]; in coff_i386_reloc_name_lookup()