Searched refs:R_RELBYTE (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-apollo.c | 37 …HOWTO (R_RELBYTE, 0, 0, 8, FALSE, 0, complain_overflow_bitfield, 0, "8", TRUE, 0x000000… 63 case R_RELBYTE: internal->howto = apollocoff_howto_table + 0; break; in apollo_rtype2howto() 91 case 8: return R_RELBYTE; in apollo_howto2rtype()
|
D | coff-m68k.c | 98 …HOWTO (R_RELBYTE, 0, 0, 8, FALSE, 0, complain_overflow_bitfield, RELOC_SPECIAL_FN, "8",… 139 case R_RELBYTE: internal->howto = m68kcoff_howto_table + 0; break; in m68k_rtype2howto() 167 case 8: return R_RELBYTE; in m68k_howto2rtype()
|
D | coff-we32k.c | 48 …HOWTO(R_RELBYTE, 0, 0, 8, FALSE, 0, complain_overflow_bitfield, 0, "8", TRUE, 0x000000f…
|
D | coff-i386.c | 258 HOWTO (R_RELBYTE, /* type */ 561 return howto_table + R_RELBYTE; in coff_i386_reloc_type_lookup()
|
D | coff-x86_64.c | 366 HOWTO (R_RELBYTE, /* type */ 676 return howto_table + R_RELBYTE; in coff_amd64_reloc_type_lookup()
|
D | coff-h8300.c | 216 …HOWTO (R_RELBYTE, 0, 0, 8, FALSE, 0, complain_overflow_bitfield, special, "8", FALSE, 0x000000ff, … 279 case R_RELBYTE: in rtype2howto() 701 case R_RELBYTE: in h8300_reloc16_extra_cases()
|
D | coff-i860.c | 196 HOWTO (R_RELBYTE, /* type */
|
D | ChangeLog-9697 | 2645 error in overflow check for R_RELBYTE. 4179 value for R_RELBYTE. 5495 (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.h | 64 #define R_RELBYTE BFD_RELOC_8 macro
|
D | tc-h8300.c | 1445 idx = R_RELBYTE; in do_a_fix_imm()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | internal.h | 727 #define R_RELBYTE 15 macro
|
D | ChangeLog-9103 | 318 * internal.h: Delete bogus R_PCLONG, duplicate R_RELBYTE and
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 5306 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
|
D | ChangeLog-9295 | 6276 (tc_coff_fix2rtype) [NO_PCREL_RELOCS]: Generate only R_RELBYTE,
|