Searched refs:out_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c6669 flagword out_flags; local
6676 out_flags = elf_elfheader (obfd)->e_flags;
6679 && EF_ARM_EABI_VERSION (out_flags) == EF_ARM_EABI_UNKNOWN
6680 && in_flags != out_flags)
6683 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
6687 if ((in_flags & EF_ARM_APCS_FLOAT) != (out_flags & EF_ARM_APCS_FLOAT))
6692 if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK))
6694 if (out_flags & EF_ARM_INTERWORK)
6703 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
7000 flagword out_flags; local
[all...]
H A Delfxx-ia64.c5541 flagword out_flags;
5551 out_flags = elf_elfheader (obfd)->e_flags;
5569 if (in_flags == out_flags)
5573 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
5576 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
5585 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
5594 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
5603 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
5613 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
5534 flagword out_flags; local
H A Delf32-score.c3770 flagword out_flags; local
3776 out_flags = elf_elfheader (obfd)->e_flags;
3783 out_flags = elf_elfheader (obfd)->e_flags;
3799 if (((in_flags & EF_SCORE_PIC) != 0) != ((out_flags & EF_SCORE_PIC) != 0))
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c5179 int out_flags = 0, in_flags = 0; local
5721 out_flags |= MSG_EOR;
5728 out_flags |= MSG_NOTIFICATION;
5774 if ((control->end_added) && ((out_flags & MSG_EOR) == 0)) {
5783 out_flags |= MSG_NOTIFICATION;
5808 if ((out_flags & MSG_EOR) || (uio->uio_resid == 0)) {
5822 if ((out_flags & MSG_EOR) && ((in_flags & MSG_PEEK) == 0)) {
5884 out_flags &= ~MSG_EOR;
5887 if (out_flags & MSG_EOR) {
5954 out_flags |
[all...]

Completed in 224 milliseconds