Searched refs:howto_table_ext (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | aout-cris.c | 257 cache_ptr->howto = howto_table_ext + r_type;
|
H A D | aoutx.h | 164 ? 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] 2301 cache_ptr->howto = howto_table_ext + r_type; 5262 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext)); 5401 if (howto_table_ext[r_type].pc_relative 5402 && ! howto_table_ext[r_type].pcrel_offset) 5509 if (howto_table_ext[r_type].pc_relative) 5547 r = MY_final_link_relocate (howto_table_ext + r_type, [all …]
|
H A D | ChangeLog-9899 | 4017 * aoutx.h (howto_table_ext): Add relocation R_SPARC_REV32. 4477 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
|
H A D | ChangeLog-9697 | 6448 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
|
H A D | ChangeLog-9193 | 3173 * aoutx.h (howto_table_ext): Comment the field names.
|
H A D | ChangeLog-9495 | 2261 * aoutx.h (howto_table_ext): Mark PC10, PC22, and JMP_TBL entries
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | aout-cris.c | 251 cache_ptr->howto = howto_table_ext + r_type; in MY()
|
H A D | aoutx.h | 151 ? 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] in NAME() 2140 cache_ptr->howto = howto_table_ext + r_type; in NAME() 4258 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext)); in aout_link_input_section_ext() 4397 if (howto_table_ext[r_type].pc_relative in aout_link_input_section_ext() 4398 && ! howto_table_ext[r_type].pcrel_offset) in aout_link_input_section_ext() 4505 if (howto_table_ext[r_type].pc_relative) in aout_link_input_section_ext() 4543 r = MY_final_link_relocate (howto_table_ext + r_type, in aout_link_input_section_ext() [all …]
|
H A D | ChangeLog-9899 | 4017 * aoutx.h (howto_table_ext): Add relocation R_SPARC_REV32. 4477 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
|
H A D | ChangeLog-9697 | 6448 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
|
H A D | ChangeLog-9193 | 3173 * aoutx.h (howto_table_ext): Comment the field names.
|
H A D | ChangeLog-9495 | 2261 * aoutx.h (howto_table_ext): Mark PC10, PC22, and JMP_TBL entries
|