Searched refs:PIC_FLAG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c43 #define PIC_FLAG(abfd) \ macro
2234 if (PIC_FLAG (obfd) != PIC_FLAG (ibfd))
2238 if (PIC_FLAG (ibfd))
2252 SET_APCS_FLAGS (obfd, APCS_26_FLAG (ibfd) | APCS_FLOAT_FLAG (ibfd) | PIC_FLAG (ibfd));
2310 if (PIC_FLAG (abfd))
2349 || (PIC_FLAG (abfd) != (flags & F_PIC))
2409 if (PIC_FLAG (dest) != PIC_FLAG (src))
2414 | PIC_FLAG (sr
[all...]
H A Dcoffcode.h2702 if (PIC_FLAG (abfd))

Completed in 121 milliseconds