| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_fb_pin.c | 23 unsigned long *out_flags, in intel_pin_fb_obj_dpt() argument 110 unsigned long *out_flags) in intel_pin_and_fence_fb_obj() argument 208 *out_flags |= PLANE_HAS_FENCE; in intel_pin_and_fence_fb_obj()
|
| H A D | intel_fb_pin.h | 21 unsigned long *out_flags);
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | grok.t | 117 my ($out_flags, $out_uv) = grok_number_flags($grok->[0], $grok->[1]); 119 is($out_flags, $grok->[3], "'$grok->[0]' flags $grok->[1] - check flags");
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-arm.h | 2311 flagword out_flags; local 2318 out_flags = elf_elfheader (obfd)->e_flags; 2321 && EF_ARM_EABI_VERSION (out_flags) == EF_ARM_EABI_UNKNOWN 2322 && in_flags != out_flags) 2325 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26)) 2329 if ((in_flags & EF_ARM_APCS_FLOAT) != (out_flags & EF_ARM_APCS_FLOAT)) 2334 if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK)) 2336 if (out_flags & EF_ARM_INTERWORK) 2346 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC)) 2364 flagword out_flags; local [all …]
|
| H A D | elf32-v850.c | 1899 flagword out_flags; local 1907 out_flags = elf_elfheader (obfd)->e_flags; 1931 if (in_flags == out_flags) 1934 if ((in_flags & EF_V850_ARCH) != (out_flags & EF_V850_ARCH) 1940 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH) 1944 && (out_flags & EF_V850_ARCH) == E_V850E1_ARCH) 1947 ((out_flags & ~ EF_V850_ARCH) | E_V850E_ARCH);
|
| H A D | elfxx-ia64.c | 4750 flagword out_flags; local 4760 out_flags = elf_elfheader (obfd)->e_flags; 4778 if (in_flags == out_flags) 4782 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP)) 4785 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL)) 4794 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE)) 4803 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64)) 4812 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP)) 4822 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
|
| H A D | elf32-m32r.c | 4167 flagword out_flags; local 4175 out_flags = elf_elfheader (obfd)->e_flags; 4201 if (in_flags == out_flags) 4204 if ((in_flags & EF_M32R_ARCH) != (out_flags & EF_M32R_ARCH)) 4207 || ((out_flags & EF_M32R_ARCH) == E_M32R_ARCH)
|
| H A D | elf32-vax.c | 511 flagword out_flags; local 519 out_flags = elf_elfheader (obfd)->e_flags;
|
| H A D | elf32-m88k.c | 404 flagword out_flags; local 412 out_flags = elf_elfheader (obfd)->e_flags;
|
| H A D | elf32-m68k.c | 362 flagword out_flags; local 370 out_flags = elf_elfheader (obfd)->e_flags;
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | pad.c | 964 int out_flags; in Perl_pad_findmy_pvn() 980 PL_compcv, PL_cop_seqmax, 1, NULL, &out_pn, &out_flags); in Perl_pad_findmy_pvn() 1069 matched pad name or fake pad name; C<out_flags> returns the flags normally 1102 int warn, SV** out_capture, PADNAME** out_name, int *out_flags) in S_pad_findlex() 1118 *out_flags = 0; in S_pad_findlex() 1163 *out_flags = CvANON(cv) ? in S_pad_findlex() 1177 *out_flags = PARENT_FAKELEX_FLAGS(*out_name); in S_pad_findlex() 1180 PTR2UV(cv), (long)offset, (unsigned long)*out_flags, in S_pad_findlex() 1198 : *out_flags & PAD_FAKELEX_ANON) in S_pad_findlex() 1210 if (!CvCOMPILED(cv) && (*out_flags in S_pad_findlex() 960 int out_flags; Perl_pad_findmy_pvn() local 1100 S_pad_findlex(pTHX_ const char * namepv,STRLEN namelen,U32 flags,const CV * cv,U32 seq,int warn,SV ** out_capture,PADNAME ** out_name,int * out_flags) S_pad_findlex() argument [all...] |
| H A D | proto.h | 7583 S_pad_findlex(pTHX_ const char *namepv, STRLEN namelen, U32 flags, const CV *cv, U32 seq, int warn, SV **out_capture, PADNAME **out_name, int *out_flags); 7585 assert(namepv); assert(cv); assert(out_name); assert(out_flags)
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | CompilerRTCompile.cmake | 4 function(translate_msvc_cflags out_flags msvc_flags) 24 set(${out_flags} "${clang_flags}" PARENT_SCOPE)
|
| H A D | CompilerRTUtils.cmake | 567 function(add_security_warnings out_flags macosx_sdk_version) 568 set(flags "${${out_flags}}") 593 set(${out_flags} "${flags}" PARENT_SCOPE)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-arm.c | 4880 flagword out_flags; in elf32_arm_copy_private_bfd_data() local 4887 out_flags = elf_elfheader (obfd)->e_flags; in elf32_arm_copy_private_bfd_data() 4890 && EF_ARM_EABI_VERSION (out_flags) == EF_ARM_EABI_UNKNOWN in elf32_arm_copy_private_bfd_data() 4891 && in_flags != out_flags) in elf32_arm_copy_private_bfd_data() 4894 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26)) in elf32_arm_copy_private_bfd_data() 4898 if ((in_flags & EF_ARM_APCS_FLOAT) != (out_flags & EF_ARM_APCS_FLOAT)) in elf32_arm_copy_private_bfd_data() 4903 if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK)) in elf32_arm_copy_private_bfd_data() 4905 if (out_flags & EF_ARM_INTERWORK) in elf32_arm_copy_private_bfd_data() 4914 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC)) in elf32_arm_copy_private_bfd_data() 5234 flagword out_flags; in elf32_arm_merge_private_bfd_data() local [all …]
|
| H A D | elf32-m68k.c | 447 flagword out_flags; local 470 out_flags = in_flags; 474 out_flags = elf_elfheader (obfd)->e_flags; 476 out_isa = (out_flags & EF_M68K_ISA_MASK); 478 out_flags ^= in_isa ^ out_isa; 479 out_flags |= in_flags ^ in_isa; 481 elf_elfheader (obfd)->e_flags = out_flags;
|
| H A D | elf32-v850.c | 1818 flagword out_flags; in v850_elf_merge_private_bfd_data() local 1826 out_flags = elf_elfheader (obfd)->e_flags; in v850_elf_merge_private_bfd_data() 1850 if (in_flags == out_flags) in v850_elf_merge_private_bfd_data() 1853 if ((in_flags & EF_V850_ARCH) != (out_flags & EF_V850_ARCH) in v850_elf_merge_private_bfd_data() 1859 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH) in v850_elf_merge_private_bfd_data() 1863 && (out_flags & EF_V850_ARCH) == E_V850E1_ARCH) in v850_elf_merge_private_bfd_data() 1866 ((out_flags & ~ EF_V850_ARCH) | E_V850E_ARCH); in v850_elf_merge_private_bfd_data()
|
| H A D | elfxx-ia64.c | 5432 flagword out_flags; local 5442 out_flags = elf_elfheader (obfd)->e_flags; 5460 if (in_flags == out_flags) 5464 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP)) 5467 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL)) 5476 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE)) 5485 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64)) 5494 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP)) 5504 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
|
| H A D | elf32-m32r.c | 3559 flagword out_flags; in m32r_elf_merge_private_bfd_data() local 3567 out_flags = elf_elfheader (obfd)->e_flags; in m32r_elf_merge_private_bfd_data() 3592 if (in_flags == out_flags) in m32r_elf_merge_private_bfd_data() 3595 if ((in_flags & EF_M32R_ARCH) != (out_flags & EF_M32R_ARCH)) in m32r_elf_merge_private_bfd_data() 3598 || ((out_flags & EF_M32R_ARCH) == E_M32R_ARCH) in m32r_elf_merge_private_bfd_data()
|
| H A D | elf32-vax.c | 496 flagword out_flags; in elf32_vax_merge_private_bfd_data() local 504 out_flags = elf_elfheader (obfd)->e_flags; in elf32_vax_merge_private_bfd_data()
|
| H A D | elf32-m88k.c | 397 flagword out_flags; local 405 out_flags = elf_elfheader (obfd)->e_flags;
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-xtensa.c | 8095 flagword flags, out_flags, link_once_flags; local 8102 out_flags = (SEC_RELOC | SEC_HAS_CONTENTS | SEC_READONLY | link_once_flags); 8107 if (!bfd_set_section_flags (abfd, s, out_flags))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-xtensa.c | 10407 flagword flags, out_flags, link_once_flags; in retrieve_xtensa_section() local 10414 out_flags = (SEC_RELOC | SEC_HAS_CONTENTS | SEC_READONLY | link_once_flags); in retrieve_xtensa_section() 10419 if (!bfd_set_section_flags (abfd, s, out_flags)) in retrieve_xtensa_section()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/po/ |
| H A D | sv.po | 3192 # out_flags & EF_INTERWORK ? _("does not") : _("does"));
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/po/ |
| H A D | sv.po | 3192 # out_flags & EF_INTERWORK ? _("does not") : _("does"));
|