Home
last modified time | relevance | path

Searched full:config (Results 1 – 25 of 5230) sorted by relevance

12345678910>>...210

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/
DPOTFILES.in10 config/e-crisaout.c
11 config/e-criself.c
12 config/e-i386aout.c
13 config/e-i386coff.c
14 config/e-i386elf.c
15 config/e-mipsecoff.c
16 config/e-mipself.c
17 config/obj-aout.c
18 config/obj-aout.h
19 config/obj-coff.c
[all …]
Dgas.pot427 #: atof-generic.c:419 config/tc-m68k.c:3118
495 #: config/obj-aout.c:85
500 #: config/obj-aout.c:89
505 #: config/obj-aout.c:116 config/obj-coff.c:1328
510 #: config/obj-coff.c:133
516 #: config/obj-coff.c:354
520 #: config/obj-coff.c:386
524 #: config/obj-coff.c:428 ecoff.c:3240
528 #: config/obj-coff.c:435
532 #: config/obj-coff.c:516
[all …]
Dtr.po431 #: atof-generic.c:419 config/tc-m68k.c:3160
499 #: config/obj-aout.c:162
504 #: config/obj-aout.c:166
509 #: config/obj-aout.c:197 config/obj-coff.c:1415
514 #: config/obj-aout.c:255 config/obj-coff.c:2156
518 #: config/obj-aout.c:257 config/obj-coff.c:2158
523 #: config/obj-aout.c:353
528 #: config/obj-aout.c:459 config/obj-coff.c:3076 write.c:1904
533 #: config/obj-aout.c:529
538 #: config/obj-bout.c:312 config/obj-vms.c:449
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/po/
DPOTFILES.in16 config/e-crisaout.c
17 config/e-criself.c
18 config/e-i386aout.c
19 config/e-i386coff.c
20 config/e-i386elf.c
21 config/e-mipsecoff.c
22 config/e-mipself.c
23 config/obj-aout.c
24 config/obj-aout.h
25 config/obj-bout.c
[all …]
Dgas.pot358 #: atof-generic.c:437 config/tc-m68k.c:2869
426 #: config/obj-aout.c:162
431 #: config/obj-aout.c:166
436 #: config/obj-aout.c:197 config/obj-coff.c:1276
441 #: config/obj-aout.c:255 config/obj-coff.c:2022
445 #: config/obj-aout.c:257 config/obj-coff.c:2024
450 #: config/obj-aout.c:344
455 #: config/obj-aout.c:458 config/obj-coff.c:2945 write.c:1931
460 #: config/obj-aout.c:524
465 #: config/obj-bout.c:319 config/obj-vms.c:629
[all …]
Dtr.po374 #: atof-generic.c:437 config/tc-m68k.c:2869
442 #: config/obj-aout.c:162
447 #: config/obj-aout.c:166
452 #: config/obj-aout.c:197 config/obj-coff.c:1276
457 #: config/obj-aout.c:255 config/obj-coff.c:2022
461 #: config/obj-aout.c:257 config/obj-coff.c:2024
466 #: config/obj-aout.c:344
471 #: config/obj-aout.c:458 config/obj-coff.c:2945 write.c:1931
476 #: config/obj-aout.c:524
481 #: config/obj-bout.c:319 config/obj-vms.c:629
[all …]
/openbsd/src/lib/libtls/
Dtls_config.c96 struct tls_config *config; in tls_config_new_internal() local
99 if ((config = calloc(1, sizeof(*config))) == NULL) in tls_config_new_internal()
102 if (pthread_mutex_init(&config->mutex, NULL) != 0) in tls_config_new_internal()
105 config->refcount = 1; in tls_config_new_internal()
106 config->session_fd = -1; in tls_config_new_internal()
108 if ((config->keypair = tls_keypair_new()) == NULL) in tls_config_new_internal()
114 if (tls_config_set_dheparams(config, "none") != 0) in tls_config_new_internal()
116 if (tls_config_set_ecdhecurves(config, "default") != 0) in tls_config_new_internal()
118 if (tls_config_set_ciphers(config, "secure") != 0) in tls_config_new_internal()
121 if (tls_config_set_protocols(config, TLS_PROTOCOLS_DEFAULT) != 0) in tls_config_new_internal()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-20054 * config/tc-xtensa.c (op_placement_info_struct): Delete single,
22 * config/xtensa-relax.c (widen_spec_list): Add wide branch relaxations.
27 * config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
31 * config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
35 * config/tc-mt.c (mt_arch): Default to ms1_16_002.
46 * config/tc-arm.c (md_apply_fix): Fix casts to match type in
68 * config/tc-vax.c: Convert to ISO C90 format. Fix formatting and
73 * config/tc-xtensa.c (xtensa_mark_narrow_branches): Set
82 * config/tc-xtensa.h (xtensa_frag_type): Add is_aligning_branch flag.
86 * config/tc-xtensa.c (xg_find_narrowest_format): Optimize 1 slot case.
[all …]
DMakefile.am25 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
27 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
28 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
30 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
31 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
32 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
38 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
225 # CPU files in config.
228 config/tc-alpha.c \
229 config/tc-arc.c \
[all …]
DMakefile.in43 DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \
46 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
50 $(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
51 $(srcdir)/../config.sub
59 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
62 CONFIG_HEADER = config.h
257 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
259 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
260 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
262 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
[all …]
DChangeLog-02033 * gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs.
8 * config/tc-arm.c (arm_archs): Add armv6.
13 * config/tc-ppc.c (md_apply_fix3): Handle the case where a
35 * config/tc-m32r.c (md_parse_option): Add -KPIC option.
39 * config/tc-m32r.h (tc_gen_reloc, EXTERN_FORCE_RELOC): Undefined.
53 * config/tc-mips.c (mips_need_elf_addend_fixup): Delete.
60 * config/tc-mips.c (s_change_section): When parsing the MIPS-specific
65 * config/tc-arm.c (arm_archs): Change "armv6" to "armv6j".
70 * config/tc-m32r.c (error_explicit_parallel_conflicts): Rename
90 * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere.
[all …]
DChangeLog-00013 * config/tc-ia64.c (errata_nop_necessary_p): Prototype.
6 * config/tc-ia64.c (has_suffix_p): New.
11 * config/tc-hppa.c (pa_ip): Handle new 'c' mode completers,
16 * config/tc-sparc.h (TC_PARSE_CONS_EXPRESSION): Define.
18 * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_*_PCREL and
39 * config/tc-mips.c (file_mips_gp32): Initialize to invalid value.
45 * config/tc-sh.c (parse_at): Reject @(r0) and @(r0,).
49 * config/tc-ppc.c (md_parse_option): Make -maltivec default
62 * config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant
84 * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
[all …]
DChangeLog-98993 * config/tc-i386.c (MATCH): Relax JumpAbsolute check. Emit a
9 * config/tc-arm.c (arm_s_text): If OBJ_ELF, call the appropriate
15 * config/tc-arm.c (md_parse_option): Add support for -marm720
20 * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op.
29 * config/tc-arm.c (thumb_mode): Turn into a tristate variable.
36 * config/tc-alpha.c (toplevel): Include struc-symbol.h.
75 * config/tc-alpha.h (RELOC_OP_P): Enable explicit relocations if
86 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle
91 * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe
94 * config/tc-mcore.c (tc_gen_reloc): Support generation of RVA
[all …]
DChangeLog-96973 * config/tc-mn10200.c (md_relax_table): Correct branch ranges.
13 * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,
20 * config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.
24 * config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.
33 * config/tc-d30v.c (md_shortopts): Add 'n' and 'N' options.
69 * config/tc-tic80.c (tic80_relax): New static variable.
78 * config/tc-d30v.c (parallel_ok): Remove non-register bits from
90 * config/tc-arm.c: Prevent use of interworking support for
103 * config/tc-mips.c (mips_ip): Correctly insert 'P' operands into
108 * config/tc-tic80.c (build_insn): Handle instructions that have
[all …]
/openbsd/src/gnu/usr.bin/perl/lib/
DConfig.t10 use_ok('Config');
17 cmp_ok(keys %Config, '>', 500, "Config has more than 500 entries");
19 my ($first) = Config::config_sh() =~ /^(\S+)=/m;
20 die "Can't find first entry in Config::config_sh()" unless defined $first;
25 my ($first_each) = each %Config;
27 ok(exists($Config{$first_each}), "First key exists");
28 ok(!exists($Config{"\n$first"}),
31 is($Config{PERL_REVISION}, 5, "PERL_REVISION is 5");
33 # Check that old config variable names are aliased to their new ones.
37 PERL_CONFIG_SH => 'CONFIG'
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/
DMakefile.am24 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
26 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
27 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
29 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
30 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
31 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
37 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
236 # CPU files in config.
239 config/tc-a29k.c \
240 config/tc-alpha.c \
[all …]
DMakefile.in45 DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \
48 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
52 $(srcdir)/../config.guess $(srcdir)/../config.sub
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63 CONFIG_HEADER = config.h
254 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
256 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
257 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
259 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
260 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
[all …]
DChangeLog-00013 * config/tc-ia64.c (errata_nop_necessary_p): Prototype.
6 * config/tc-ia64.c (has_suffix_p): New.
11 * config/tc-hppa.c (pa_ip): Handle new 'c' mode completers,
16 * config/tc-sparc.h (TC_PARSE_CONS_EXPRESSION): Define.
18 * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_*_PCREL and
39 * config/tc-mips.c (file_mips_gp32): Initialize to invalid value.
45 * config/tc-sh.c (parse_at): Reject @(r0) and @(r0,).
49 * config/tc-ppc.c (md_parse_option): Make -maltivec default
62 * config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant
84 * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
[all …]
DChangeLog-02033 * gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs.
8 * config/tc-arm.c (arm_archs): Add armv6.
13 * config/tc-ppc.c (md_apply_fix3): Handle the case where a
35 * config/tc-m32r.c (md_parse_option): Add -KPIC option.
39 * config/tc-m32r.h (tc_gen_reloc, EXTERN_FORCE_RELOC): Undefined.
53 * config/tc-mips.c (mips_need_elf_addend_fixup): Delete.
60 * config/tc-mips.c (s_change_section): When parsing the MIPS-specific
65 * config/tc-arm.c (arm_archs): Change "armv6" to "armv6j".
70 * config/tc-m32r.c (error_explicit_parallel_conflicts): Rename
90 * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere.
[all …]
DChangeLog-98993 * config/tc-i386.c (MATCH): Relax JumpAbsolute check. Emit a
9 * config/tc-arm.c (arm_s_text): If OBJ_ELF, call the appropriate
15 * config/tc-arm.c (md_parse_option): Add support for -marm720
20 * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op.
29 * config/tc-arm.c (thumb_mode): Turn into a tristate variable.
36 * config/tc-alpha.c (toplevel): Include struc-symbol.h.
75 * config/tc-alpha.h (RELOC_OP_P): Enable explicit relocations if
86 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle
91 * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe
94 * config/tc-mcore.c (tc_gen_reloc): Support generation of RVA
[all …]
DChangeLog-96973 * config/tc-mn10200.c (md_relax_table): Correct branch ranges.
13 * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,
20 * config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.
24 * config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.
33 * config/tc-d30v.c (md_shortopts): Add 'n' and 'N' options.
69 * config/tc-tic80.c (tic80_relax): New static variable.
78 * config/tc-d30v.c (parallel_ok): Remove non-register bits from
90 * config/tc-arm.c: Prevent use of interworking support for
103 * config/tc-mips.c (mips_ip): Correctly insert 'P' operands into
108 * config/tc-tic80.c (build_insn): Handle instructions that have
[all …]
/openbsd/src/gnu/llvm/lld/ELF/
DLTO.cpp10 #include "Config.h"
23 #include "llvm/LTO/Config.h"
71 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first), in getThinLTOOutputFile()
72 std::string(config->thinLTOPrefixReplace.second)); in getThinLTOOutputFile()
75 static lto::Config createConfig() { in createConfig()
76 lto::Config c; in createConfig()
81 for (StringRef C : config->mllvmOpts) in createConfig()
92 if (!config->ltoBasicBlockSections.empty()) { in createConfig()
93 if (config->ltoBasicBlockSections == "all") { in createConfig()
95 } else if (config->ltoBasicBlockSections == "labels") { in createConfig()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dconfig.t8 # Test Math::BigInt->config(), Math::BigFloat->config(), and
9 # Math::BigRat->config().
37 # Test config() as a getter.
43 Verify that $class->config("key") works.
47 can_ok($class, 'config');
51 # Test getting via the new style $class->config($key).
53 subtest qq|New-style getter $class->config("\$key")| => sub {
58 is($class->config($key), $val, qq|$class->config("$key")|);
62 # Test getting via the old style $class->config()->{$key}, which is still
65 my $cfg = $class->config();
[all …]
/openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/
Ddsl.py50 def f(config, *args, **kwargs): argument
51 cacheRoot = os.path.join(config.test_exec_root, '__config_cache__')
62 cacheKey = pickle.dumps(extractCacheKey(config, *args, **kwargs))
64 cache[cacheKey] = function(config, *args, **kwargs)
110 def _makeConfigTest(config): argument
113 sourceRoot = os.path.join(config.test_exec_root, '__config_src__')
114 execRoot = os.path.join(config.test_exec_root, '__config_exec__')
122 suite = lit.Test.TestSuite('__config__', sourceRoot, execRoot, config)
135 return TestWrapper(suite, pathInSuite, config)
138 def sourceBuilds(config, source, additionalFlags=[]): argument
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.722 * config/ip2k/crt0.S: New file.
23 * config/ip2k/ip2k-protos.h: New file.
24 * config/ip2k/ip2k.c: New file.
25 * config/ip2k/ip2k.h: New file.
26 * config/ip2k/ip2k.md: New file.
27 * config/ip2k/libgcc.S: New file.
28 * config/ip2k/t-ip2k: New file.
32 * config/mmix/mmix.md ("return"): New pattern.
33 * config/mmix/mmix.h (TARGET_MASK_USE_RETURN_INSN)
37 * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Fix spacing.
[all …]

12345678910>>...210