Searched refs:defs (Results 1 - 25 of 160) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/emulparams/
H A Delf64bmip-defs.sh1 . ${srcdir}/emulparams/elf32bmipn32-defs.sh
H A Delf32btsmipn32.sh4 . ${srcdir}/emulparams/elf32bmipn32-defs.sh
H A Delf64btsmip.sh4 . ${srcdir}/emulparams/elf64bmip-defs.sh
H A Delf32bmipn32.sh1 . ${srcdir}/emulparams/elf32bmipn32-defs.sh
H A Delf64bmip.sh1 . ${srcdir}/emulparams/elf64bmip-defs.sh
/netbsd-6-1-5-RELEASE/gnu/dist/groff/
H A Dgendef.sh4 # This script is used to generate src/include/defs.h
10 defs="#define $1"
14 defs="$defs
25 $defs
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dglobal.c49 #include <defs.h>
H A Dtelnetd.h35 #include <defs.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgengenrtl.c37 static const struct rtx_definition defs[] = variable in typeref:struct:rtx_definition
41 #define NUM_RTX_CODE ARRAY_SIZE(defs)
146 return (strcmp (defs[idx].enumname, "CONST_INT") == 0
147 || strcmp (defs[idx].enumname, "REG") == 0
148 || strcmp (defs[idx].enumname, "SUBREG") == 0
149 || strcmp (defs[idx].enumname, "MEM") == 0
150 || strcmp (defs[idx].enumname, "CONST_VECTOR") == 0);
160 return ((strcmp (defs[idx].enumname, "CONST_DOUBLE") == 0)
161 || (strcmp (defs[idx].enumname, "CONST_FIXED") == 0));
175 if (special_format (defs[
[all...]
H A Ddce.c157 /* Artificial defs are always needed and they do not have an insn.
278 struct df_link *defs; local
288 for (defs = DF_REF_CHAIN (*use_rec); defs; defs = defs->next)
289 if (! DF_REF_IS_ARTIFICIAL (defs->ref))
292 if (defs == NULL)
295 set = single_set (DF_REF_INSN (defs->ref));
337 struct df_link *defs; local
402 struct df_link *defs; local
600 struct df_link *defs; local
619 struct df_link *defs; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengenrtl.c38 static const struct rtx_definition defs[] = variable in typeref:struct:rtx_definition
42 #define NUM_RTX_CODE ARRAY_SIZE(defs)
147 return (strcmp (defs[idx].enumname, "CONST_INT") == 0
148 || strcmp (defs[idx].enumname, "REG") == 0
149 || strcmp (defs[idx].enumname, "SUBREG") == 0
150 || strcmp (defs[idx].enumname, "MEM") == 0
151 || strcmp (defs[idx].enumname, "CONST_VECTOR") == 0);
161 return (strcmp (defs[idx].enumname, "CONST_DOUBLE") == 0);
175 if (special_format (defs[i].format))
179 if (! strcmp (*f, defs[
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dheim_ipc_async.defs36 #include <mach/std_types.defs>
37 #include <mach/mach_types.defs>
H A Dheim_ipc_reply.defs36 #include <mach/std_types.defs>
37 #include <mach/mach_types.defs>
H A Dheim_ipc.defs36 #include <mach/std_types.defs>
37 #include <mach/mach_types.defs>
/netbsd-6-1-5-RELEASE/usr.sbin/dhcp/share/dhcpd/
H A DMakefile6 FILES= pxe.defs
/netbsd-6-1-5-RELEASE/share/examples/refuse/fanoutfs/
H A DMakefile19 cp ${.CURDIR}/defs.h dir$$i/defs.h; \
20 cp ${.CURDIR}/defs.h dir$$i/defs.h.$$i; \
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A DMakefile.sub32 GENHDRS=defs.h
36 defs.h: FORCE
37 @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/pe/
H A Dpe.exp24 load_lib gas-defs.exp
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c53 lutilSASLdefaults *defs = defaults; local
55 assert( defs != NULL );
57 if (defs->mech) ber_memfree(defs->mech);
58 if (defs->realm) ber_memfree(defs->realm);
59 if (defs->authcid) ber_memfree(defs->authcid);
60 if (defs->passwd) ber_memfree(defs
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/usr.bin/
H A DMakefile5 .if ${MKBINUTILS} != "no" && exists(${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk)
6 .include "${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Ddefs.m1 /* Check if the @defs() construct preserves the correct
33 @defs(Derived);
63 CHECK_IF(((struct { @defs(Derived); } *)derived)->a == 123);
64 CHECK_IF(((struct { @defs(Derived); } *)derived)->c == 'c');
65 CHECK_IF(((struct { @defs(Derived); } *)derived)->e == 456);
H A Dbitfield-3.m1 /* Check if the @defs() construct preserves the correct
30 /* Note that the semicolon after @defs(...) is optional. */
32 typedef struct { @defs(Base) } Base_t; /* { dg-warning "padding struct size to alignment boundary" } */
33 typedef struct { @defs(Derived); } Derived_t; /* { dg-warning "padding struct size to alignment boundary" } */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dbasep-10.s2 # GREG defs.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dbitfield-4.mm1 /* Check if the @defs() construct preserves the correct
31 /* Note that the semicolon after @defs(...) is optional. */
33 typedef struct { @defs(Base) } Base_t; /* { dg-warning "padding struct size to alignment boundary" } */
34 typedef struct { @defs(Derived); } Derived_t;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/usr.bin/
H A DMakefile7 .if ${MKGCC} != "no" && exists(${.CURDIR}/gcc/arch/${MACHINE_ARCH}/defs.mk)

Completed in 181 milliseconds

1234567