Searched refs:RELOC_STD_BITS_PCREL_BIG (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c115 r_pcrel_done = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
171 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
211 reloc->r_type[0] |= RELOC_STD_BITS_PCREL_BIG;
445 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG: 0)
H A Daoutx.h1994 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
2212 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
3735 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
3940 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
H A Dsunos.c2375 pcrel = (0 != (srel->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h389 #define RELOC_STD_BITS_PCREL_BIG 0x80
387 #define RELOC_STD_BITS_PCREL_BIG macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h359 #define RELOC_STD_BITS_PCREL_BIG ((unsigned int) 0x80)
357 #define RELOC_STD_BITS_PCREL_BIG macro

Completed in 91 milliseconds