Home | History | Annotate | Download | only in bfd

Lines Matching refs:PIC_FLAG

47 #define PIC_FLAG(abfd) \
2246 if (PIC_FLAG (obfd) != PIC_FLAG (ibfd))
2248 if (PIC_FLAG (ibfd))
2267 SET_APCS_FLAGS (obfd, APCS_26_FLAG (ibfd) | APCS_FLOAT_FLAG (ibfd) | PIC_FLAG (ibfd));
2325 if (PIC_FLAG (abfd))
2364 || (PIC_FLAG (abfd) != (flags & F_PIC))
2422 if (PIC_FLAG (dest) != PIC_FLAG (src))
2427 | PIC_FLAG (src));