Searched refs:pe (Results 376 - 400 of 755) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dcrc32-armv8-r.d5 #notarget: *-*-pe *-*-wince
H A Dldst-offset0.d4 #skip: *-*-pe *-wince-*
H A Dmve-vmov-vmvn-vorr-vbic.d4 # skip: *-*-pe *-*-wince
H A Dthumb2_ldr_immediate_highregs_armv6t2.d4 # notarget: *-*-pe *-*-wince
H A Dtls.d4 #notarget: *-*-pe *-*-wince
H A Dvfma1.d5 #notarget: *-*-pe *-*-wince
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-undefined/
H A Dweak-undef.exp36 setup_xfail *-*-pe*
/netbsd-current/external/gpl3/gdb/lib/libbfd/arch/x86_64/
H A Ddefs.mk5 G_libbfd_la_DEPENDENCIES=elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo elf-sframe.lo dwarf1.lo dwarf2.lo elf32-i386.lo elf32.lo coff-i386.lo cofflink.lo coffgen.lo pei-i386.lo peigen.lo pe-x86_64.lo pex64igen.lo pei-x86_64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo netbsd-core.lo archive64.lo ofiles ../libsframe/libsframe.la
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/
H A Ddefs.mk5 G_libbfd_la_DEPENDENCIES=elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-aarch64.lo elf32.lo elf32-arm.lo elf-nacl.lo elf-vxworks.lo pei-aarch64.lo pe-aarch64igen.lo cofflink.lo coffgen.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-aarch64.lo cpu-arm.lo archive64.lo ofiles
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A DMakefile.am372 pe-arm-wince.lo \
373 pe-arm.lo \
374 pe-i386.lo \
375 pe-mcore.lo \
376 pe-sh.lo \
505 pe-arm-wince.c \
506 pe-arm.c \
507 pe-i386.c \
508 pe-mcore.c \
509 pe
[all...]
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/x86_64/
H A Ddefs.mk5 G_libbfd_la_DEPENDENCIES=elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-i386.lo elf32.lo coff-i386.lo cofflink.lo coffgen.lo pei-i386.lo peigen.lo pe-x86_64.lo pex64igen.lo pei-x86_64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo netbsd-core.lo archive64.lo ofiles
/netbsd-current/sys/arch/m68k/m68k/
H A Dbus_dma.c436 bus_addr_t p, e, ps, pe; local
484 pe = ps + seglen;
488 e = (pe + CACHELINE_MASK) & ~CACHELINE_MASK;
565 e = pe & ~CACHELINE_MASK;
627 if (p < pe) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c879 Entry *pe = NULL; local
909 rc = be_entry_get_rw( op, vals, NULL, NULL, 0, &pe );
915 if ((a = attr_find( pe->e_attrs, ad_pwdAttribute )))
920 if ( (a = attr_find( pe->e_attrs, ad ))
927 if ( (a = attr_find( pe->e_attrs, ad ))
934 if ( (a = attr_find( pe->e_attrs, ad ))
941 if ( (a = attr_find( pe->e_attrs, ad ))
948 if ( (a = attr_find( pe->e_attrs, ad ))
955 if ( (a = attr_find( pe->e_attrs, ad ))
962 if ( (a = attr_find( pe
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_cik_sdma.c727 * @pe: addr of the page entry
734 uint64_t pe, uint64_t src,
745 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
746 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
753 * @pe: addr of the page entry
754 * @value: dst addr to write into pe
760 static void cik_sdma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, argument
768 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
769 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
782 * @pe
733 cik_sdma_vm_copy_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t src, unsigned count) argument
790 cik_sdma_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, uint64_t addr, unsigned count, uint32_t incr, uint64_t flags) argument
[all...]
/netbsd-current/external/mit/expat/dist/lib/
H A Dsiphash.h208 const unsigned char *p = (const unsigned char *)src, *pe = p + len; local
212 while (p < pe && H->p < sip_endof(H->buf))
225 } while (p < pe);
/netbsd-current/games/larn/
H A Dio.c213 long *p, *pe; local
214 for (p = c, pe = c + 100; p < pe; *p++ = 0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c2358 void Type::resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool) argument
2363 *pe = NULL;
2370 void Type::resolveExp(Expression *e, Type **pt, Expression **pe, Dsymbol **ps) argument
2373 *pe = NULL;
2424 *pe = e;
3994 void TypeSArray::resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
3997 next->resolve(loc, sc, pe, pt, ps, intypeid);
3998 //printf("s = %p, e = %p, t = %p\n", *ps, *pe, *pt);
3999 if (*pe)
4002 if (Dsymbol *s = getDsymbol(*pe))
4447 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
4795 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
6693 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool) argument
6774 resolveTupleIndex(Loc loc, Scope *sc, Dsymbol *s, Expression **pe, Type **pt, Dsymbol **ps, RootObject *oindex) argument
6848 resolveHelper(Loc loc, Scope *sc, Dsymbol *s, Dsymbol *, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
7103 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
7218 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
7317 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
7483 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
9197 resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A DMakefile.am369 pe-arm-wince.lo \
370 pe-arm.lo \
371 pe-i386.lo \
372 pe-mcore.lo \
373 pe-sh.lo \
502 pe-arm-wince.c \
503 pe-arm.c \
504 pe-i386.c \
505 pe-mcore.c \
506 pe
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dgas.exp173 "i\[3-7\]86-*-*pe" "i\[3-7\]86-*-go32*" \
317 ||([istarget *-*-pe*] && ![istarget arm*-*-pe*]) \
373 if { ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcanthrow.d149 if (auto pe = e1.isPtrExp()) // print 'fp' if e1 is (*fp)
150 e1 = pe.e1;
/netbsd-current/etc/rc.d/
H A Dnamed121 /bin/pax -rw -pe "$i" "${named_chrootdir}/dev" )
/netbsd-current/sys/arch/alpha/alpha/
H A Dcpu.c370 const char *pe = ""; local
386 pe = ", Primary Eligible";
388 pe += 2;
391 aprint_debug_dev(sc->sc_dev, "%s%s%s", vaxfp, ieeefp, pe);
/netbsd-current/external/public-domain/tz/share/zoneinfo/
H A DMakefile90 TOOL_PAX.unpriv=-pe
/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile.cpp191 } catch (const parse_error& pe) {
192 p.add_error(pe);
H A Dparser.cpp335 } catch (const impl::parse_error& pe) {
336 p.add_error(pe);

Completed in 216 milliseconds

<<11121314151617181920>>