Home | History | Annotate | Download | only in ld

Lines Matching defs:config

101 ld_config_type config;
185 config.make_executable = FALSE;
258 config.build_constructors = TRUE;
259 config.rpath_separator = ':';
260 config.split_by_reloc = (unsigned) -1;
261 config.split_by_file = (bfd_size_type) -1;
262 config.make_executable = TRUE;
263 config.magic_demand_paged = TRUE;
264 config.text_read_only = TRUE;
305 config.maxpagesize = bfd_emul_get_maxpagesize (default_target);
306 config.commonpagesize = bfd_emul_get_commonpagesize (default_target);
312 if (config.hash_table_size != 0)
313 bfd_hash_set_default_size (config.hash_table_size);
408 if (config.map_filename)
410 if (strcmp (config.map_filename, "-") == 0)
412 config.map_file = stdout;
416 config.map_file = fopen (config.map_filename, FOPEN_WT);
417 if (config.map_file == (FILE *) NULL)
421 config.map_filename);
437 if (config.map_file != NULL)
440 output_cref (config.map_file != NULL ? config.map_file : stdout);
456 if (!config.make_executable && !force_make_executable)
518 if (config.stats)
830 if (config.map_file != NULL)
1007 if (!config.warn_common)
1092 if (config.warn_constructors)
1096 if (! config.build_constructors)
1130 if (config.warn_constructors)
1133 if (! config.build_constructors)
1209 if (! config.warn_multiple_gp
1300 if (config.warn_once)