Searched refs:howto_table_std (Results 1 – 3 of 3) sorted by relevance
149 ? howto_table_ext : howto_table_std) \178 #define howto_table_std NAME (aout, std_howto_table) macro215 reloc_howto_type howto_table_std[] = variable267 #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()
1395 * aoutx.h (howto_table_std): Correct the "size" field in some1494 * aoutx.h (howto_table_std): Add BASE16 and BASE32 relocs.
6121 * aoutx.h (howto_table_std): Add entry for GOT relocations7393 * aoutx.h (howto_table_std, NAME(aout,swap_std_reloc_out),