Searched refs:howto_table_ext (Results 1 - 2 of 2) sorted by last modified time

/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-cris.c257 cache_ptr->howto = howto_table_ext + r_type;
H A Daoutx.h164 ? howto_table_ext : howto_table_std) \
192 #define howto_table_ext NAME(aout,ext_howto_table) macro
195 reloc_howto_type howto_table_ext[] = variable
283 #define EXT(i, j) case i: return &howto_table_ext[j]
2306 cache_ptr->howto = howto_table_ext + r_type;
5270 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
5409 if (howto_table_ext[r_type].pc_relative
5410 && ! howto_table_ext[r_type].pcrel_offset)
5517 if (howto_table_ext[r_type].pc_relative)
5555 r = MY_final_link_relocate (howto_table_ext
[all...]

Completed in 53 milliseconds