Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 141) sorted by relevance

123456

/toolchain/binutils/binutils-2.25/intl/
Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
56 const char **language;
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
Dl10nflist.c187 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language, in _nl_make_l10nflist() argument
194 const char *language;
215 if (IS_ABSOLUTE_PATH (language))
220 + strlen (language)
253 cp = stpcpy (cp, language);
375 cnt, language, territory, codeset,
382 cnt, language, territory, codeset,
Dfinddomain.c57 const char *language; local
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
Dloadinfo.h112 const char *language, const char *territory,
142 extern int _nl_explode_name PARAMS ((char *name, const char **language,
Ddcigettext.c1144 const char *language; local
1150 language = getenv ("LANGUAGE");
1151 if (language != NULL && language[0] == '\0')
1152 language = NULL;
1172 return language != NULL && strcmp (retval, "C") != 0 ? language : retval;
/toolchain/binutils/binutils-2.25/binutils/
Dresres.c116 rc_uint_type language; in write_res_file() local
141 language = -1; in write_res_file()
144 (const rc_res_id *) NULL, &language, 1); in write_res_file()
150 language = -1; in write_res_file()
154 &language, 1); in write_res_file()
194 resinfo.language = windres_get_16 (wrbfd, l.language, 2); in read_resource_entry()
208 res_add_resource (r, &type, &name, resinfo.language, 0); in read_resource_entry()
216 const rc_res_id *type, const rc_res_id *name, rc_uint_type *language, in write_res_directory() argument
243 && re->id.u.id != (unsigned long) *language in write_res_directory()
246 *language = re->id.u.id; in write_res_directory()
[all …]
Dresrc.c428 const char *preprocargs, int language, int use_temp_file) in read_rc_file() argument
554 if (language != -1) in read_rc_file()
555 rcparse_set_language (language); in read_rc_file()
695 resinfo->language, 0); in define_accelerator()
735 resinfo->language, 0); in define_bitmap()
823 resinfo->language, 0); in define_cursor()
859 resinfo->language, 0); in define_cursor()
878 resinfo->language, 0); in define_dialog()
971 resinfo->language, 0); in define_font()
1033 resinfo->language, 0); in define_font_rcdata()
[all …]
Drcparse.y36 static unsigned short language; variable
186 | input language
538 sub_res_info.language = $3 | ($4 << SUBLANG_SHIFT);
996 language:
999 language = $2 | ($3 << SUBLANG_SHIFT);
1411 define_versioninfo ($1, language, $3, $5);
1573 $$.language = language;
1591 $$.language = $3 | ($4 << SUBLANG_SHIFT);
1606 $$.language = language;
1623 $$.language = language;
[all …]
Dwindres.c421 rc_res_id name, rc_uint_type language, int dupok) in define_standard_resource() argument
429 a[2].u.id = language; in define_standard_resource()
795 int language; in main() local
825 language = 0x409; /* LANG_ENGLISH, SUBLANG_ENGLISH_US. */ in main()
981 language = strtol (optarg, (char **) NULL, 16); in main()
1053 language, use_temp_file); in main()
Dwindint.h182 rc_uint_type language; member
205 bfd_byte language[2]; member
953 unichar *language; member
1012 rc_uint_type language; member
/toolchain/binutils/binutils-2.25/
DMakefile.def557 languages = { language=c; gcc-check-target=check-gcc; };
558 languages = { language=c++; gcc-check-target=check-c++;
562 languages = { language=fortran; gcc-check-target=check-fortran;
565 languages = { language=java; gcc-check-target=check-java;
567 languages = { language=ada; gcc-check-target=check-ada;
569 languages = { language=objc; gcc-check-target=check-objc;
571 languages = { language=obj-c++; gcc-check-target=check-obj-c++; };
572 languages = { language=go; gcc-check-target=check-go;
Dconfigure.ac384 # A target can indicate whether a language isn't supported for some reason.
449 # (unless the Java language itself isn't enabled).
1752 # Figure out what language subdirectories are present.
1769 echo configure.in: --enable-languages needs at least one language argument 1>&2
1775 # 'f95' is the old name for the 'fortran' language. We issue a warning
1779 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
1796 # First scan to see if an enabled language requires some other language.
1797 # We assume that a given config-lang.in will list all the language
1806 # From the config-lang.in, get $language, $lang_requires, and
1808 language=
[all …]
Dconfigure6340 echo configure.in: --enable-languages needs at least one language argument 1>&2
6350 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6379 language=
6387 *,$language,*)
6388 echo " \`$other' language required by \`$language'; enabling" 1>&2
6400 *,$language,*)
6401 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6444 language=
6451 if test x${language} = x; then
6456 if test "$language" = "c++"; then
[all …]
DMakefile.tpl1443 .PHONY: check-gcc-[+language+] check-[+language+]
1444 check-gcc-[+language+]:
1449 check-[+language+]: check-gcc-[+language+][+ FOR lib-check-target +] [+ lib-check-target +][+ ENDFO…
/toolchain/binutils/binutils-2.25/gold/
Dscript.cc1899 : pattern(a_pattern), language(a_language), exact_match(a_exact_match), in Version_expression()
1904 Version_script_info::Language language; member
2269 if (this->exact_[exp.language] == NULL) in build_expression_list_lookup()
2270 this->exact_[exp.language] = new Exact(); in build_expression_list_lookup()
2272 this->exact_[exp.language]); in build_expression_list_lookup()
2281 int language, in get_name_to_match() argument
2285 switch (language) in get_name_to_match()
2365 int language = p->expression->language; in get_symbol_version() local
2367 language, in get_symbol_version()
2422 if (expression.language != LANGUAGE_C) in check_unmatched_names()
[all …]
/toolchain/binutils/binutils-2.25/include/
Dhp-symtab.h310 unsigned int language: 4; member
391 unsigned int language: 4; member
1235 unsigned int language: 4; /* type of language */ member
1283 unsigned int language: 4; /* type of language */ member
1760 unsigned int language: 4; /* procedure's language */ member
1802 unsigned int language: 4; /* type of language */ member
/toolchain/binutils/binutils-2.25/ld/
DNEWS19 * Add LOG2CEIL() builtin function to the linker script language
33 * Add ALIGN_WITH_INPUT to the linker script language to force the alignment of
42 * Added SORT_NONE to the linker script language to disable section sorting.
65 * INPUT_SECTION_FLAGS has been added to the linker script language
70 * Added SORT_BY_INIT_PRIORITY to the linker script language to permit
255 * Added SEGMENT_START to the linker script language to permit the user to
262 language to permit sorting sections by section name or section
392 * Added AT> to the linker script language to allow load-time allocation of
401 * Added SORT to the linker script language to permit sorting sections by file
404 * Added EXTERN to the linker script language as an equivalent to the -u
[all …]
DREADME19 * The linker supports a control language.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-score.texi93 language instructions happen data dependency.
97 16 bit nop! Instruction) if the source machine language instructions
102 language instructions happen data dependency. (Default)
/toolchain/binutils/binutils-2.25/config/
Dmh-ppc-aix3 # (mandatory to compile language defined units). This incured a performance
Dgettext-sister.m433 user's native language is requested.])
/toolchain/binutils/binutils-2.25/include/vms/
Ddst.h51 unsigned char language[4]; member
/toolchain/binutils/binutils-2.25/gprof/
Dgconfig.in4 language is requested. */
/toolchain/binutils/binutils-2.25/opcodes/
Dconfig.in11 language is requested. */
/toolchain/binutils/binutils-2.25/gas/
Dconfigure.com93 language is requested. */

123456