Home
last modified time | relevance | path

Searched refs:howto_table_std (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Daoutx.h149 ? howto_table_ext : howto_table_std) \
178 #define howto_table_std NAME (aout, std_howto_table) macro
215 reloc_howto_type howto_table_std[] = variable
267 #define STD(i, j) case i: return & howto_table_std [j] in NAME()
333 howto_table = howto_table_std; in NAME()
334 size = sizeof (howto_table_std) / sizeof (howto_table_std[0]); in NAME()
2229 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); in NAME()
2230 cache_ptr->howto = howto_table_std + howto_idx; in NAME()
3957 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); in aout_link_input_section_std()
3958 howto = howto_table_std + howto_idx; in aout_link_input_section_std()
DChangeLog-91931395 * aoutx.h (howto_table_std): Correct the "size" field in some
1494 * aoutx.h (howto_table_std): Add BASE16 and BASE32 relocs.
DChangeLog-94956121 * aoutx.h (howto_table_std): Add entry for GOT relocations
7393 * aoutx.h (howto_table_std, NAME(aout,swap_std_reloc_out),