Searched refs:R_BR (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h191 R_BR = 0x0a, ///< Branch relative to self relocation. Provides the
197 R_RBR = 0x1a, ///< Branch relative to self relocation. Similar to the R_BR
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.h369 #define R_BR(REGNO) BR_REG (REGNO)
588 R_BR (6), R_BR (7), \
618 R_BR (1), R_BR (2), R_BR (3), R_BR (4), R_BR (5), \
630 R_BR (0), \
364 #define R_BR macro
H A Dia64.c1938 b0 = gen_rtx_REG (DImode, R_BR (0));
8625 case R_BR (0):
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h72 #define R_BR (0x0a) macro
294 /* Symbol is called; this is, it appears in a R_BR reloc. */
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp124 ECase(R_BR), ECase(R_RBA), ECase(R_RBR), ECase(R_TLS),
/freebsd-12-stable/contrib/binutils/bfd/
H A Dcoff64-rs6000.c197 xcoff64_reloc_type_br, /* R_BR (0x0a) */
1121 /* If we see an R_BR or R_RBR reloc which is jumping to global
1507 HOWTO (R_BR, /* type */
1515 "R_BR", /* name */
H A Dcoff-rs6000.c207 xcoff_reloc_type_br, /* R_BR (0x0a) */
733 HOWTO (R_BR, /* type */
741 "R_BR", /* name */
2957 /* If we see an R_BR or R_RBR reloc which is jumping to global
3316 R_BR:
H A Dxcofflink.c1856 && (rel->r_type == R_BR

Completed in 228 milliseconds