Searched refs:R_PCRBYTE (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-apollo.c | 40 …HOWTO (R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, 0, "DISP8", TRUE, 0x0… 66 case R_PCRBYTE: internal->howto = apollocoff_howto_table + 3; break; in apollo_rtype2howto() 82 case 8: return R_PCRBYTE; in apollo_howto2rtype()
|
D | coff-m68k.c | 101 …HOWTO (R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, RELOC_SPECIAL_FN, "DISP… 142 case R_PCRBYTE: internal->howto = m68kcoff_howto_table + 3; break; in m68k_rtype2howto() 158 case 8: return R_PCRBYTE; in m68k_howto2rtype() 371 if (ptr && (reloc.r_type == R_PCRBYTE \
|
D | coff-we32k.c | 51 …HOWTO(R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, 0, "DISP8", TRUE, 0x000…
|
D | coff-h8300.c | 219 …HOWTO (R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, special, "DISP8", FALSE, 0x000000ff,… 288 case R_PCRBYTE: in rtype2howto() 485 && last_reloc->howto->type == R_PCRBYTE) in h8300_reloc16_estimate() 638 case R_PCRBYTE: in h8300_reloc16_extra_cases()
|
D | coff-i386.c | 300 HOWTO (R_PCRBYTE, /* type */ 563 return howto_table + R_PCRBYTE; in coff_i386_reloc_type_lookup()
|
D | coff-x86_64.c | 408 HOWTO (R_PCRBYTE, /* type */ 678 return howto_table + R_PCRBYTE; in coff_amd64_reloc_type_lookup()
|
D | coff-i860.c | 235 HOWTO (R_PCRBYTE, /* type */
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.h | 66 #define R_PCRBYTE BFD_RELOC_8_PCREL macro
|
D | tc-h8300.c | 1674 int type = size16 ? R_PCRWORD : R_PCRBYTE; in build_bytes()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | internal.h | 730 #define R_PCRBYTE 18 macro
|