Searched refs:named (Results 26 - 50 of 89) sorted by relevance

1234

/freebsd-11.0-release/contrib/gcc/
H A Dvarasm.c191 /* Hash table of named sections. */
211 return strcmp (old->named.name, new) == 0;
218 return htab_hash_string (old->named.name);
227 return htab_hash_string (sect->named.name);
281 /* Return the named section structure associated with NAME. Create
296 sect->named.common.flags = flags;
297 sect->named.name = ggc_strdup (name);
298 sect->named.decl = decl;
309 decl = sect->named.decl;
441 && strcmp (name, sect->named
[all...]
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.c4315 If the value is in a named argument (i.e. not a stdarg function or a
4483 NAMED is nonzero if this argument is a named parameter
4491 tree type, int named, int incoming_p,
4547 if (TARGET_ARCH64 && TARGET_FPU && named)
4596 if (packed_p || !named)
4630 int named; /* whether the argument is named. */
4699 && parms->named
4847 && parms->named
4908 NAMED is nonzero if this argument is a named paramete
4478 function_arg_slotno(const struct sparc_args *cum, enum machine_mode mode, tree type, int named, int incoming_p, int *pregno, int *ppadding) argument
4618 int named; /* whether the argument is named. */ member in struct:function_arg_record_value_parms
4901 function_arg_record_value(tree type, enum machine_mode mode, int slotno, int named, int regbase) argument
5071 function_arg(const struct sparc_args *cum, enum machine_mode mode, tree type, int named, int incoming_p) argument
5216 sparc_arg_partial_bytes(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, bool named) argument
5326 function_arg_advance(struct sparc_args *cum, enum machine_mode mode, tree type, int named) argument
[all...]
/freebsd-11.0-release/tools/tools/tinybsd/
H A Dtinybsd395 mkdir -p ${WORKDIR}/var/named/etc/namedb
/freebsd-11.0-release/contrib/top/
H A DConfigure177 full path name, but the named command does need to exist somewhere on
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddpadd.mk121 # Note that SRC_libfoo and INCLUDES_libfoo should be named for the
/freebsd-11.0-release/targets/pseudo/userland/
H A DMakefile.depend649 usr.sbin/named \
650 usr.sbin/named-checkconf \
651 usr.sbin/named-checkzone \
652 usr.sbin/named-journalprint \
/freebsd-11.0-release/usr.sbin/crunch/examples/
H A Dreally-big.conf72 progs iostat iteconfig kvm_mkdb mtree named portmap pppd
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dresbin.c71 if (type.named)
169 id->named = 0;
175 id->named = 1;
1211 it->id.named = 0;
1299 if (! id.named)
H A Dwindint.h105 rc_uint_type named : 1; member in struct:rc_res_id
108 /* If the named field is non-zero, this is the name. */
116 /* If the named field is zero, this is the ID. */
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dconfigure2959 # making a dummy file named `D' -- because `-MD' means `put the output
3827 to always fail with ENOSYS. Some functions are actually named
3933 to always fail with ENOSYS. Some functions are actually named
4038 to always fail with ENOSYS. Some functions are actually named
4144 to always fail with ENOSYS. Some functions are actually named
4248 to always fail with ENOSYS. Some functions are actually named
4357 to always fail with ENOSYS. Some functions are actually named
4463 to always fail with ENOSYS. Some functions are actually named
4569 to always fail with ENOSYS. Some functions are actually named
4673 to always fail with ENOSYS. Some functions are actually named
[all...]
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c3724 is a named (fixed) argument rather than a variable one. */
3728 tree type, int named, struct mips_arg_info *info)
3770 info->fpr_p = (named
3789 For now, we assume that named complex floats should go into FPRs
3838 tree type, int named)
3842 mips_arg_info (cum, mode, type, named, &info);
3868 tree type, int named)
3885 mips_arg_info (cum, mode, type, named, &info);
3896 && named)
4003 enum machine_mode mode, tree type, bool named)
3707 mips_arg_info(const CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named, struct mips_arg_info *info) argument
3817 function_arg_advance(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named) argument
3847 function_arg(const CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named) argument
3982 mips_arg_partial_bytes(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, bool named) argument
7611 mips_callee_copies(CUMULATIVE_ARGS *cum ATTRIBUTE_UNUSED, enum machine_mode mode ATTRIBUTE_UNUSED, tree type ATTRIBUTE_UNUSED, bool named) argument
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c1197 that invoke ABCD and EFGH, named T1 and T2:
/freebsd-11.0-release/lib/clang/
H A Dclang.build.mk169 ${CLANG_TBLGEN} -gen-clang-comment-html-named-character-references \
/freebsd-11.0-release/contrib/libreadline/
H A Dconfigure4353 to always fail with ENOSYS. Some functions are actually named
4464 to always fail with ENOSYS. Some functions are actually named
4567 to always fail with ENOSYS. Some functions are actually named
4671 to always fail with ENOSYS. Some functions are actually named
6486 to always fail with ENOSYS. Some functions are actually named
7347 to always fail with ENOSYS. Some functions are actually named
7444 to always fail with ENOSYS. Some functions are actually named
7542 to always fail with ENOSYS. Some functions are actually named
7639 to always fail with ENOSYS. Some functions are actually named
7736 to always fail with ENOSYS. Some functions are actually named
[all...]
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c4710 tree type, int named, int depth)
4725 if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, named))
4787 if (!named)
4851 fprintf (stderr, "mode = %4s, named = %d\n",
4852 GET_MODE_NAME (mode), named);
4874 fprintf (stderr, "named = %d, align = %d, depth = %d\n",
4875 named, align_words - start_words, depth);
5054 else if (cum->named && USE_FP_FOR_ARG_P (cum, mode, ftype))
5073 else if (cum->named && USE_ALTIVEC_FOR_ARG_P (cum, mode, ftype, 1))
5101 int named, boo
4696 function_arg_advance(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named, int depth) argument
5087 rs6000_darwin64_record_arg(CUMULATIVE_ARGS *orig_cum, tree type, int named, bool retval) argument
5205 function_arg(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named) argument
5462 rs6000_arg_partial_bytes(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, bool named) argument
[all...]
H A Drs6000.h944 One of the classes must always be named ALL_REGS and include all hard regs.
945 If there is more than one class, another class must be named NO_REGS
1381 int named; /* false for varargs params */
1419 NAMED is nonzero if this argument is a named parameter
1377 int named; /* false for varargs params */ member in struct:rs6000_args
/freebsd-11.0-release/contrib/binutils/gas/
H A Dmacro.c560 _("A parameter named `%s' already exists for macro `%s'"),
1062 as_bad (_("Parameter named `%s' does not exist for macro `%s'"),
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c3826 for the last named argument which has type TYPE and mode MODE.
3985 int named, int incoming)
4002 if (hfa_mode != VOIDmode && (! cum->prototype || named))
4108 named, and in a GR register when unnamed. */
4111 if (named)
4153 tree type, bool named ATTRIBUTE_UNUSED)
4178 tree type, int named)
4196 if (hfa_mode != VOIDmode && (! cum->prototype || named))
4238 named, and in a GR register when unnamed. */
4241 if (! named)
3977 ia64_function_arg(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named, int incoming) argument
4170 ia64_function_arg_advance(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named) argument
[all...]
/freebsd-11.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec459 exchange, authentication, and named key support
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh1436 /* NOTE: The new architecture variable is named \`\`current_gdbarch''
/freebsd-11.0-release/contrib/ncurses/
H A Dconfigure5036 to always fail with ENOSYS. Some functions are actually named
6918 to always fail with ENOSYS. Some functions are actually named
6991 to always fail with ENOSYS. Some functions are actually named
8785 to always fail with ENOSYS. Some functions are actually named
11896 to always fail with ENOSYS. Some functions are actually named
12870 to always fail with ENOSYS. Some functions are actually named
13666 to always fail with ENOSYS. Some functions are actually named
14206 to always fail with ENOSYS. Some functions are actually named
14332 to always fail with ENOSYS. Some functions are actually named
15640 to always fail with ENOSYS. Some functions are actually named
[all...]
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dconfigure5088 to always fail with ENOSYS. Some functions are actually named
6293 to always fail with ENOSYS. Some functions are actually named
6432 to always fail with ENOSYS. Some functions are actually named
6654 to always fail with ENOSYS. Some functions are actually named
7000 to always fail with ENOSYS. Some functions are actually named
7112 to always fail with ENOSYS. Some functions are actually named
7345 to always fail with ENOSYS. Some functions are actually named
8511 to always fail with ENOSYS. Some functions are actually named
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dconfigure5185 to always fail with ENOSYS. Some functions are actually named
6410 to always fail with ENOSYS. Some functions are actually named
6549 to always fail with ENOSYS. Some functions are actually named
6771 to always fail with ENOSYS. Some functions are actually named
7117 to always fail with ENOSYS. Some functions are actually named
7229 to always fail with ENOSYS. Some functions are actually named
7462 to always fail with ENOSYS. Some functions are actually named
8628 to always fail with ENOSYS. Some functions are actually named
/freebsd-11.0-release/contrib/dialog/
H A Dconfigure5655 to always fail with ENOSYS. Some functions are actually named
5837 to always fail with ENOSYS. Some functions are actually named
6176 to always fail with ENOSYS. Some functions are actually named
7846 to always fail with ENOSYS. Some functions are actually named
12224 to always fail with ENOSYS. Some functions are actually named
13207 to always fail with ENOSYS. Some functions are actually named
14368 to always fail with ENOSYS. Some functions are actually named
14720 to always fail with ENOSYS. Some functions are actually named
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex234 introducing the description of the root node (named \texttt{/}).

Completed in 345 milliseconds

1234