Searched refs:howto_table_std (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | aoutx.h | 164 ? howto_table_ext : howto_table_std) \ 193 #define howto_table_std NAME(aout,std_howto_table) macro 230 reloc_howto_type howto_table_std[] = variable 284 #define STD(i, j) case i: return &howto_table_std[j] 2370 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); 2371 cache_ptr->howto = howto_table_std + howto_idx; 4938 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); 4939 howto = howto_table_std + howto_idx;
|
H A D | hp300hpux.c | 705 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
|
H A D | ChangeLog-9193 | 1395 * aoutx.h (howto_table_std): Correct the "size" field in some 1494 * aoutx.h (howto_table_std): Add BASE16 and BASE32 relocs.
|
H A D | ChangeLog-9495 | 6121 * aoutx.h (howto_table_std): Add entry for GOT relocations 7393 * aoutx.h (howto_table_std, NAME(aout,swap_std_reloc_out),
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | aoutx.h | 151 ? howto_table_ext : howto_table_std) \ 180 #define howto_table_std NAME (aout, std_howto_table) macro 217 reloc_howto_type howto_table_std[] = variable 269 #define STD(i, j) case i: return & howto_table_std [j] in NAME() 2208 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); in NAME() 2209 cache_ptr->howto = howto_table_std + howto_idx; in NAME() 3935 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); in aout_link_input_section_std() 3936 howto = howto_table_std + howto_idx; in aout_link_input_section_std()
|
H A D | hp300hpux.c | 705 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
|
H A D | ChangeLog-9193 | 1395 * aoutx.h (howto_table_std): Correct the "size" field in some 1494 * aoutx.h (howto_table_std): Add BASE16 and BASE32 relocs.
|
H A D | ChangeLog-9495 | 6121 * aoutx.h (howto_table_std): Add entry for GOT relocations 7393 * aoutx.h (howto_table_std, NAME(aout,swap_std_reloc_out),
|