Searched refs:howto_table_ext (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Daout-cris.c251 cache_ptr->howto = howto_table_ext + r_type;
H A Daoutx.h151 ? howto_table_ext : howto_table_std) \
179 #define howto_table_ext NAME (aout, ext_howto_table) macro
182 reloc_howto_type howto_table_ext[] = variable
268 #define EXT(i, j) case i: return & howto_table_ext [j]
2146 cache_ptr->howto = howto_table_ext + r_type;
4267 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
4406 if (howto_table_ext[r_type].pc_relative
4407 && ! howto_table_ext[r_type].pcrel_offset)
4514 if (howto_table_ext[r_type].pc_relative)
4552 r = MY_final_link_relocate (howto_table_ext
[all...]
/haiku-buildtools/binutils/bfd/
H A Daout-cris.c250 cache_ptr->howto = howto_table_ext + r_type;
H A Daoutx.h148 ? howto_table_ext : howto_table_std) \
176 #define howto_table_ext NAME (aout, ext_howto_table) macro
179 reloc_howto_type howto_table_ext[] = variable
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]);
2189 if (r_type < TABLE_SIZE (howto_table_ext))
2190 cache_ptr->howto = howto_table_ext + r_type;
4402 if (r_type >= TABLE_SIZE (howto_table_ext))
[all...]

Completed in 63 milliseconds