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

/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c126 r_pcrel_done = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
182 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
213 reloc->r_type[0] |= RELOC_STD_BITS_PCREL_LITTLE;
456 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE: 0)
H A Daoutx.h2006 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
2225 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
3748 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
3953 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
H A Dsunos.c2381 pcrel = (0 != (srel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h390 #define RELOC_STD_BITS_PCREL_LITTLE 0x01
388 #define RELOC_STD_BITS_PCREL_LITTLE macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h360 #define RELOC_STD_BITS_PCREL_LITTLE ((unsigned int) 0x01)
358 #define RELOC_STD_BITS_PCREL_LITTLE macro

Completed in 101 milliseconds