Home | History | Annotate | Download | only in bfd

Lines Matching refs:howto_table_ext

148     ? howto_table_ext : howto_table_std)				\
176 #define howto_table_ext NAME (aout, ext_howto_table)
179 reloc_howto_type howto_table_ext[] =
265 #define EXT(i, j) case i: return & howto_table_ext [j]
327 howto_table = howto_table_ext;
328 size = sizeof (howto_table_ext) / sizeof (howto_table_ext[0]);
2180 if (r_type < TABLE_SIZE (howto_table_ext))
2181 cache_ptr->howto = howto_table_ext + r_type;
4355 if (r_type >= TABLE_SIZE (howto_table_ext))
4500 if (howto_table_ext[r_type].pc_relative
4501 && ! howto_table_ext[r_type].pcrel_offset)
4608 if (howto_table_ext[r_type].pc_relative)
4646 r = MY_final_link_relocate (howto_table_ext + r_type,
4688 howto_table_ext[r_type].name,