HomeSort by: relevance | last modified time | path
    Searched refs:out_flags (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
test-rw.c 51 unsigned int out_flags; member in struct:testcase
176 if (flags != testcases[n].out_flags)
  /src/external/gpl3/binutils/dist/bfd/
elf32-arc.c 869 flagword out_flags; local
882 out_flags = elf_elfheader (obfd)->e_flags & EF_ARC_MACH_MSK;
887 out_flags = in_flags;
931 else if ((in_flags != out_flags)
937 if (in_flags && out_flags)
944 ibfd, in_flags, out_flags);
949 in_flags = in_flags > out_flags ? in_flags : out_flags;
954 in_flags = out_flags;
elf32-v850.c 2792 flagword out_flags;
2802 out_flags = elf_elfheader (obfd)->e_flags;
2826 if (in_flags == out_flags)
2831 if ((in_flags & EF_V800_850E3) != (out_flags & EF_V800_850E3))
2841 if ((in_flags & EF_V850_ARCH) != (out_flags & EF_V850_ARCH)
2848 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2852 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2855 ((out_flags & ~ EF_V850_ARCH) | E_V850E_ARCH);
2861 && (out_flags & EF_V850_ARCH) == E_V850E2_ARCH)
2864 ((out_flags & ~ EF_V850_ARCH) | E_V850E2_ARCH)
2786 flagword out_flags; local
    [all...]
elf32-m68k.c 1188 flagword out_flags;
1215 out_flags = in_flags;
1219 out_flags = elf_elfheader (obfd)->e_flags;
1232 out_isa = (out_flags & variant_mask);
1234 out_flags ^= in_isa ^ out_isa;
1236 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1238 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1239 out_flags = EF_M68K_FIDO;
1241 out_flags |= in_flags ^ in_isa;
1243 elf_elfheader (obfd)->e_flags = out_flags;
1187 flagword out_flags; local
    [all...]
elf64-ia64-vms.c 4221 flagword out_flags; local
4234 out_flags = elf_elfheader (obfd)->e_flags;
4252 if (in_flags == out_flags)
4256 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4259 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4268 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4277 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4286 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4296 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
elfnn-ia64.c 4707 flagword out_flags;
4719 out_flags = elf_elfheader (obfd)->e_flags;
4737 if (in_flags == out_flags)
4741 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4744 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4753 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4762 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4771 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4781 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
4700 flagword out_flags; local
elf32-m32r.c 3244 flagword out_flags;
3251 out_flags = elf_elfheader (obfd)->e_flags;
3276 if (in_flags == out_flags)
3279 if ((in_flags & EF_M32R_ARCH) != (out_flags & EF_M32R_ARCH))
3282 || ((out_flags & EF_M32R_ARCH) == E_M32R_ARCH)
3238 flagword out_flags; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arc.c 863 flagword out_flags; local
877 out_flags = elf_elfheader (obfd)->e_flags & EF_ARC_MACH_MSK;
882 out_flags = in_flags;
926 else if ((in_flags != out_flags)
932 if (in_flags && out_flags)
939 ibfd, in_flags, out_flags);
944 in_flags = in_flags > out_flags ? in_flags : out_flags;
949 in_flags = out_flags;
elf32-v850.c 2790 flagword out_flags;
2801 out_flags = elf_elfheader (obfd)->e_flags;
2825 if (in_flags == out_flags)
2830 if ((in_flags & EF_V800_850E3) != (out_flags & EF_V800_850E3))
2840 if ((in_flags & EF_V850_ARCH) != (out_flags & EF_V850_ARCH)
2847 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2851 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2854 ((out_flags & ~ EF_V850_ARCH) | E_V850E_ARCH);
2860 && (out_flags & EF_V850_ARCH) == E_V850E2_ARCH)
2863 ((out_flags & ~ EF_V850_ARCH) | E_V850E2_ARCH)
2784 flagword out_flags; local
    [all...]
elf32-m68k.c 1188 flagword out_flags;
1216 out_flags = in_flags;
1220 out_flags = elf_elfheader (obfd)->e_flags;
1233 out_isa = (out_flags & variant_mask);
1235 out_flags ^= in_isa ^ out_isa;
1237 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1239 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1240 out_flags = EF_M68K_FIDO;
1242 out_flags |= in_flags ^ in_isa;
1244 elf_elfheader (obfd)->e_flags = out_flags;
1187 flagword out_flags; local
    [all...]
elf64-ia64-vms.c 4221 flagword out_flags; local
4235 out_flags = elf_elfheader (obfd)->e_flags;
4253 if (in_flags == out_flags)
4257 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4260 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4269 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4278 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4287 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4297 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
elfnn-ia64.c 4709 flagword out_flags;
4721 out_flags = elf_elfheader (obfd)->e_flags;
4739 if (in_flags == out_flags)
4743 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4746 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4755 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4764 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4773 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4783 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
4702 flagword out_flags; local
elf32-m32r.c 3242 flagword out_flags;
3250 out_flags = elf_elfheader (obfd)->e_flags;
3275 if (in_flags == out_flags)
3278 if ((in_flags & EF_M32R_ARCH) != (out_flags & EF_M32R_ARCH))
3281 || ((out_flags & EF_M32R_ARCH) == E_M32R_ARCH)
3236 flagword out_flags; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-arc.c 863 flagword out_flags; local
877 out_flags = elf_elfheader (obfd)->e_flags & EF_ARC_MACH_MSK;
882 out_flags = in_flags;
926 else if ((in_flags != out_flags)
932 if (in_flags && out_flags)
939 ibfd, in_flags, out_flags);
944 in_flags = in_flags > out_flags ? in_flags : out_flags;
949 in_flags = out_flags;
elf32-v850.c 2789 flagword out_flags;
2800 out_flags = elf_elfheader (obfd)->e_flags;
2824 if (in_flags == out_flags)
2829 if ((in_flags & EF_V800_850E3) != (out_flags & EF_V800_850E3))
2839 if ((in_flags & EF_V850_ARCH) != (out_flags & EF_V850_ARCH)
2846 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2850 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2853 ((out_flags & ~ EF_V850_ARCH) | E_V850E_ARCH);
2859 && (out_flags & EF_V850_ARCH) == E_V850E2_ARCH)
2862 ((out_flags & ~ EF_V850_ARCH) | E_V850E2_ARCH)
2783 flagword out_flags; local
    [all...]
elf32-m68k.c 1188 flagword out_flags;
1216 out_flags = in_flags;
1220 out_flags = elf_elfheader (obfd)->e_flags;
1233 out_isa = (out_flags & variant_mask);
1235 out_flags ^= in_isa ^ out_isa;
1237 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1239 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1240 out_flags = EF_M68K_FIDO;
1242 out_flags |= in_flags ^ in_isa;
1244 elf_elfheader (obfd)->e_flags = out_flags;
1187 flagword out_flags; local
    [all...]
elf64-ia64-vms.c 4219 flagword out_flags; local
4233 out_flags = elf_elfheader (obfd)->e_flags;
4251 if (in_flags == out_flags)
4255 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4258 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4267 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4276 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4285 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4295 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
elfnn-ia64.c 4707 flagword out_flags;
4719 out_flags = elf_elfheader (obfd)->e_flags;
4737 if (in_flags == out_flags)
4741 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4744 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4753 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4762 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4771 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4781 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
4700 flagword out_flags; local
elf32-m32r.c 3240 flagword out_flags;
3248 out_flags = elf_elfheader (obfd)->e_flags;
3273 if (in_flags == out_flags)
3276 if ((in_flags & EF_M32R_ARCH) != (out_flags & EF_M32R_ARCH))
3279 || ((out_flags & EF_M32R_ARCH) == E_M32R_ARCH)
3234 flagword out_flags; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arc.c 864 flagword out_flags; local
878 out_flags = elf_elfheader (obfd)->e_flags & EF_ARC_MACH_MSK;
883 out_flags = in_flags;
927 else if ((in_flags != out_flags)
933 if (in_flags && out_flags)
940 ibfd, in_flags, out_flags);
945 in_flags = in_flags > out_flags ? in_flags : out_flags;
950 in_flags = out_flags;
elf32-v850.c 2786 flagword out_flags;
2797 out_flags = elf_elfheader (obfd)->e_flags;
2821 if (in_flags == out_flags)
2826 if ((in_flags & EF_V800_850E3) != (out_flags & EF_V800_850E3))
2836 if ((in_flags & EF_V850_ARCH) != (out_flags & EF_V850_ARCH)
2843 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2847 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
2850 ((out_flags & ~ EF_V850_ARCH) | E_V850E_ARCH);
2856 && (out_flags & EF_V850_ARCH) == E_V850E2_ARCH)
2859 ((out_flags & ~ EF_V850_ARCH) | E_V850E2_ARCH)
2780 flagword out_flags; local
    [all...]
elf32-m68k.c 1189 flagword out_flags;
1217 out_flags = in_flags;
1221 out_flags = elf_elfheader (obfd)->e_flags;
1234 out_isa = (out_flags & variant_mask);
1236 out_flags ^= in_isa ^ out_isa;
1238 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1240 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1241 out_flags = EF_M68K_FIDO;
1243 out_flags |= in_flags ^ in_isa;
1245 elf_elfheader (obfd)->e_flags = out_flags;
1188 flagword out_flags; local
    [all...]
elf64-ia64-vms.c 4220 flagword out_flags; local
4234 out_flags = elf_elfheader (obfd)->e_flags;
4252 if (in_flags == out_flags)
4256 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4259 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4268 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4277 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4286 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4296 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
elfnn-ia64.c 4708 flagword out_flags;
4720 out_flags = elf_elfheader (obfd)->e_flags;
4738 if (in_flags == out_flags)
4742 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4745 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4754 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4763 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4772 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4782 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
4701 flagword out_flags; local
elf32-m32r.c 3241 flagword out_flags;
3249 out_flags = elf_elfheader (obfd)->e_flags;
3274 if (in_flags == out_flags)
3277 if ((in_flags & EF_M32R_ARCH) != (out_flags & EF_M32R_ARCH))
3280 || ((out_flags & EF_M32R_ARCH) == E_M32R_ARCH)
3235 flagword out_flags; local

Completed in 105 milliseconds

1 2 3