/toolchain/binutils/binutils-2.27/libiberty/testsuite/ |
D | demangle-expected | 9 # --no-params There are two lines of expected output; the first 23 --format=gnu --no-params 28 --format=gnu --no-params 33 --format=gnu --no-params 38 --format=gnu --no-params 43 --format=gnu --no-params 48 --format=gnu --no-params 53 --format=gnu --no-params 58 --format=gnu --no-params 63 --format=gnu --no-params [all …]
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | spuelf.em | 34 static struct spu_elf_params params = 104 /* Pass params to backend. */ 105 if ((params.auto_overlay & AUTO_OVERLAY) == 0) 106 params.auto_overlay = 0; 107 params.emit_stub_syms |= link_info.emitrelocations; 108 spu_elf_setup (&link_info, ¶ms); 148 else if (params.ovly_flavour != ovly_soft_icache 160 if (params.ovly_flavour == ovly_soft_icache && o != NULL) 167 e_size = exp_intop (params.line_size - s->size); 189 if (params.ovly_flavour == ovly_soft_icache) [all …]
|
D | ppc32elf.em | 44 static struct ppc_elf_params params = { PLT_UNSET, -1, 0, 0, 0, 0, 0 }; 49 if (params.emit_stub_syms < 0) 50 params.emit_stub_syms = (link_info.emitrelocations 54 params.pagesize_p2 = bfd_log2 (pagesize); 55 ppc_elf_link_params (&link_info, ¶ms); 142 params.branch_trampolines = 1; 173 params.branch_trampolines = 1; 176 if (params.branch_trampolines 177 || params.ppc476_workaround 178 || params.pic_fixup > 0) [all …]
|
D | tic6xdsbt.em | 29 static struct elf32_tic6x_params params = 54 /* Pass params to backend. */ 61 if (params.dsbt_index >= params.dsbt_size) 64 params.dsbt_index); 66 elf32_tic6x_setup (&link_info, ¶ms); 192 params.dsbt_index = strtol (optarg, &end, 0); 194 && params.dsbt_index >= 0 && params.dsbt_index < 0x7fff) 202 params.dsbt_size = strtol (optarg, &end, 0); 204 && params.dsbt_size >= 0 && params.dsbt_size < 0x7fff)
|
D | ppc64elf.em | 37 static struct ppc64_elf_params params = { NULL, 96 params.stub_bfd = stub_file->the_bfd; 97 if (params.save_restore_funcs < 0) 98 params.save_restore_funcs = !bfd_link_relocatable (&link_info); 99 if (!ppc64_elf_init_stub_bfd (&link_info, ¶ms)) 108 if (stub_file != NULL && link_info.relro && params.object_in_toc) 414 (params.plt_stub_align > 5 415 ? params.plt_stub_align 510 if (!params.no_multi_toc) 519 && !params.no_multi_toc [all …]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/ |
D | explode | 78 my ($a, $b, $p, $e, @params); 82 ($b, $a, @params) = &split_braces($s); 83 @params = explode_params (@params); 84 if (! $a && ! @params) { 92 if (@params == 1 && defined $macro{$params[0]}) { 93 $p = $macro{$params[0]}; 96 for $p (@params) {
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | zlib2ansi | 50 my $params = $5; 52 StripComments($params); 62 my @params = split /\s*;\s*/, $params; 64 foreach my $p (@params)
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-ppc.c | 4018 struct ppc64_elf_params *params; member 4363 if (htab->params->save_restore_funcs) in create_linkage_sections() 4437 struct ppc64_elf_params *params) in ppc64_elf_init_stub_bfd() argument 4441 elf_elfheader (params->stub_bfd)->e_ident[EI_CLASS] = ELFCLASS64; in ppc64_elf_init_stub_bfd() 4447 htab->elf.dynobj = params->stub_bfd; in ppc64_elf_init_stub_bfd() 4448 htab->params = params; in ppc64_elf_init_stub_bfd() 4571 s_name = bfd_alloc (htab->params->stub_bfd, len); in ppc_add_stub() 4577 stub_sec = (*htab->params->add_stub_section) (s_name, link_sec); in ppc_add_stub() 4945 htab->params->object_in_toc = 1; in ppc64_elf_add_symbol_hook() 7938 add_aux_fields = htab->params->non_overlapping_opd && cnt_16b > 0; in ppc64_elf_edit_opd() [all …]
|
D | elf32-ppc.c | 3257 struct ppc_elf_params *params; member 3389 ret->params = &default_params; in ppc_elf_link_hash_table_create() 3409 ppc_elf_link_params (struct bfd_link_info *info, struct ppc_elf_params *params) in ppc_elf_link_params() argument 3414 htab->params = params; in ppc_elf_link_params() 3500 htab->params->ppc476_workaround ? 6 : 4)) in ppc_elf_create_glink() 4928 if (htab->params->plt_style == PLT_OLD) in ppc_elf_select_plt_layout() 4950 enum ppc_elf_plt_type plt_type = htab->params->plt_style; in ppc_elf_select_plt_layout() 4973 if (htab->plt_type == PLT_OLD && htab->params->plt_style == PLT_NEW) in ppc_elf_select_plt_layout() 5217 htab->params->no_tls_get_addr_opt = TRUE; in ppc_elf_tls_setup() 5219 if (!htab->params->no_tls_get_addr_opt) in ppc_elf_tls_setup() [all …]
|
D | elf32-tic6x.c | 51 struct elf32_tic6x_params params; member 1621 struct elf32_tic6x_params *params) in elf32_tic6x_setup() argument 1624 htab->params = *params; in elf32_tic6x_setup() 1785 got_dp_offset = got_section_offset + htab->params.dsbt_size; in elf32_tic6x_finish_dynamic_symbol() 2405 relocation = elf32_tic6x_hash_table (info)->params.dsbt_index; in elf32_tic6x_relocate_section() 3206 if (htab->params.dsbt_index != 0) in elf32_tic6x_allocate_dynrelocs() 3385 s->size = 4 * htab->params.dsbt_size; in elf32_tic6x_size_dynamic_sections() 3466 || !add_dynamic_entry (DT_C6000_DSBT_SIZE, htab->params.dsbt_size) in elf32_tic6x_size_dynamic_sections() 3468 htab->params.dsbt_index)) in elf32_tic6x_size_dynamic_sections()
|
D | ChangeLog-2014 | 1196 param, group "section" and "offset" params. Zero discriminator. 1209 * coffgen.c (coff_find_nearest_line_with_names): Reorder params, 1214 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Reorder params. 1216 (_bfd_dwarf2_find_nearest_line): ..this, reordering params. 1219 * ecoff.c (_bfd_ecoff_find_nearest_line): Reorder params, add 1225 * elf.c (elf_find_function): Reorder params. 1226 (_bfd_elf_find_nearest_line): Reorder params, add discriminator_ptr. 1230 * elf32-arm.c (arm_elf_find_function): Reorder params. 1231 (elf32_arm_find_nearest_line): Reorder params, add discriminator_ptr. 1234 * elfnn-aarch64.c (aarch64_elf_find_function): Reorder params. [all …]
|
D | Makefile.am | 986 aout-params.h: gen-aout 987 ./gen-aout host > aout-params.h
|
D | ChangeLog-2008 | 150 * elf32-spu.c (struct spu_link_hash_table): Add "params". Remove 151 various other fields now in "params". Adjust code throughout. 163 (build_stub): Test params->ovly_flavour rather than OVL_STUB_SIZE. 691 * elf32-spu.c (spu_elf_count_relocs): ..here. Adjust params. 693 params.
|
D | ChangeLog-2007 | 715 (eval_symbol): Replace "sym" and "advanced" params with "symp". 716 Replace "addr" and "section_offset" params with "dot". Don't 719 "local_syms" and "local_sections" params. Add "relocation". 804 params. Change symidx to a size_t. Don't access past end 2297 params, and stash in hash table.
|
D | Makefile.in | 2106 aout-params.h: gen-aout 2107 ./gen-aout host > aout-params.h
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-hppa.texi | 201 @item .space @var{secname} [ ,@var{params} ] 203 necessary. You may only use @var{params} when creating a new section, not 207 If specified, the list @var{params} declares attributes of the section, 235 @item .subspa @var{name} [ ,@var{params} ] 236 @itemx .nsubspa @var{name} [ ,@var{params} ] 238 current section. You may only specify @var{params} when you create a 241 If specified, the list @var{params} declares attributes of the subsection,
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-2014 | 73 params.plt_stub_align instead. 865 * emultempl/ppc64elf.em (params): Init new field. 866 (ppc_create_output_section_statements): Set params.save_restore_funcs 873 * emultemps/ppc64elf.em (params): New static struct replacing 884 (ppc_after_open_output): Set params.pagesize_p2 from pagesize. 901 (params): ..this. New variable. 902 (ppc_after_open_output): New function. Tweak params and pass to
|
D | ChangeLog-2005 | 821 params. Update all callers. 840 (exp_fold_tree): Remove "allocation_done" and "dot" params. Save 841 params to expld. 843 and "mark_used" params. Save params to expld. Update all callers. 875 (lang_size_sections): Remove first five params. Set expld.phase on 877 (lang_do_assignments): Remove all params. Update all callers.
|
D | ChangeLog-2015 | 293 * emultempl/ppc64elf.em (params): Init tls_get_addr_opt field to -1. 754 (params): Init new field. 1102 * emultempl/ppc64elf.em (params): Init new field.
|
D | ChangeLog-2008 | 25 * emultempl/spuelf.em (params): Init new field. 32 * emultempl/spuelf.em (params): New var, used instead of various others. 806 (gld${EMULATION_NAME}_finish): Pass a bunch of --auto-overlay params.
|
D | ChangeLog-2009 | 751 * emultempl/spuelf.em (params): Initialize emit_fixups member. 1218 * emultempl/spuelf.em (params): Init new field. 1530 * emultempl/spuelf.em (params): Init new field. 1554 * emultempl/spuelf.em (params): Init new fields.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | sysroff.info | 400 (("params") (1 byte) ("params"))
|
D | ChangeLog-0203 | 51 * cxxfilt.c (usage): Mention new -p/--no-params options. 81 * cxxfilt.c (long_options): Add --no-params. 82 (main): Handle -p/--no-params. 83 * doc/binutils.texi (c++filt): Document -p/--no-params.
|
/toolchain/binutils/binutils-2.27/bfd/doc/ |
D | ChangeLog-9103 | 99 * chew.c (courierize): Don't modify @command params.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2012 | 1050 sb_skip_white, sb_skip_comma): Replace assorted int params, 1597 params. Properly generate NOP pattern. Comment reason for
|