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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c37 #define APCS_26_FLAG(abfd) \ macro
2203 if (APCS_26_FLAG (obfd) != APCS_26_FLAG (ibfd))
2209 APCS_26_FLAG (ibfd) ? 26 : 32,
2210 APCS_26_FLAG (obfd) ? 26 : 32
2252 SET_APCS_FLAGS (obfd, APCS_26_FLAG (ibfd) | APCS_FLOAT_FLAG (ibfd) | PIC_FLAG (ibfd));
2303 fprintf (file, " [APCS-%d]", APCS_26_FLAG (abfd) ? 26 : 32);
2347 && ( (APCS_26_FLAG (abfd) != flag)
2403 if (APCS_26_FLAG (dest) != APCS_26_FLAG (sr
[all...]
H A Dcoffcode.h2696 if (APCS_26_FLAG (abfd))

Completed in 88 milliseconds