/toolchain/binutils/binutils-2.25/intl/ |
D | localcharset.c | 340 const char *dot = strchr (locale, '.'); in locale_charset() local 342 if (dot != NULL) in locale_charset() 346 dot++; in locale_charset() 348 modifier = strchr (dot, '@'); in locale_charset() 350 return dot; in locale_charset() 351 if (modifier - dot < sizeof (buf)) in locale_charset() 353 memcpy (buf, dot, modifier - dot); in locale_charset() 354 buf [modifier - dot] = '\0'; in locale_charset()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-w65.c | 115 bfd_vma dot; in w65_reloc16_estimate() local 157 dot = input_section->output_section->vma + in w65_reloc16_estimate() 163 gap = value - dot; in w65_reloc16_estimate() 179 dot = input_section->output_section->vma + in w65_reloc16_estimate() 185 gap = value - (dot - shrink); in w65_reloc16_estimate() 307 bfd_vma dot = (dst_address in w65_reloc16_extra_cases() local 311 gap -= dot + 1; in w65_reloc16_extra_cases() 331 bfd_vma dot = (dst_address in w65_reloc16_extra_cases() local 337 if ((gap & 0xf0000) != (dot & 0xf0000)) in w65_reloc16_extra_cases() 347 gap -= dot + 2; in w65_reloc16_extra_cases()
|
D | coff-h8300.c | 408 bfd_vma dot; in h8300_reloc16_estimate() local 433 dot = (input_section->output_section->vma in h8300_reloc16_estimate() 437 dot += (reloc->howto->type == R_JMP1 ? 1 : 2); in h8300_reloc16_estimate() 440 gap = value - dot; in h8300_reloc16_estimate() 491 if (last_value == dot + 2 in h8300_reloc16_estimate() 493 && !h8300_symbol_address_p (abfd, input_section, dot - 2)) in h8300_reloc16_estimate() 522 dot = input_section->output_section->vma + in h8300_reloc16_estimate() 526 gap = value - dot; in h8300_reloc16_estimate() 631 bfd_vma dot; in h8300_reloc16_extra_cases() local 642 dot = (input_section->output_offset in h8300_reloc16_extra_cases() [all …]
|
D | coff-z8k.c | 257 bfd_vma dot = (*dst_ptr in extra_case() local 260 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the in extra_case() 285 bfd_vma dot = (*dst_ptr in extra_case() local 288 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the in extra_case() 316 bfd_vma dot = (*dst_ptr in extra_case() local 319 int gap = dst - dot - 2; in extra_case() 345 bfd_vma dot = (*dst_ptr in extra_case() local 348 int gap = dst - dot - 2; in extra_case()
|
D | coff-h8500.c | 240 bfd_vma dot = (*dst_ptr in extra_case() local 243 int gap = dst - dot - 1; /* -1 since were in the odd byte of the in extra_case() 264 bfd_vma dot = (*dst_ptr in extra_case() local 267 int gap = dst - dot - 1; /* -1 since were in the odd byte of the in extra_case()
|
D | elf32-avr.c | 2135 bfd_vma dot, gap; in elf32_avr_relax_section() local 2139 dot = (sec->output_section->vma in elf32_avr_relax_section() 2143 gap = value - dot; in elf32_avr_relax_section() 2194 (int) dot, sec->name); in elf32_avr_relax_section() 2254 bfd_vma dot; in elf32_avr_relax_section() local 2260 dot = (sec->output_section->vma in elf32_avr_relax_section() 2289 (int) dot, sec->name); in elf32_avr_relax_section() 2320 (int) dot, sec->name); in elf32_avr_relax_section() 2358 address_of_ret = dot + insn_size; in elf32_avr_relax_section() 2362 (int) dot); in elf32_avr_relax_section() [all …]
|
D | elf32-h8300.c | 838 bfd_vma dot, gap; in elf32_h8_relax_section() local 841 dot = (sec->output_section->vma in elf32_h8_relax_section() 845 gap = value - dot; in elf32_h8_relax_section() 910 if (last_value == dot + 4 in elf32_h8_relax_section() 912 && ! elf32_h8_symbol_address_p (abfd, sec, dot)) in elf32_h8_relax_section() 973 bfd_vma dot; in elf32_h8_relax_section() local 977 dot = (sec->output_section->vma in elf32_h8_relax_section() 981 gap = value - dot; in elf32_h8_relax_section()
|
D | coff-z80.c | 242 bfd_vma dot = (*dst_ptr in extra_case() local 245 int gap = dst - dot - 1; /* -1, Since the offset is relative in extra_case()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | neon-cond-bad-inc.s | 42 .macro cvt to from dot="." argument 44 vcvteq\dot\to\dot\from d0,d1 45 vcvteq\dot\to\dot\from q0,q1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | dot-1.d | 3 #name: MIPS dot-1 4 #source: dot-1.s
|
D | mips16@dot-1.d | 3 #name: MIPS dot-1 4 #source: dot-1.s
|
D | micromips@dot-1.d | 3 #name: MIPS dot-1 4 #source: dot-1.s
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 4587 bfd_vma dot) in insert_pad() argument 4620 pad->padding_statement.output_offset = dot - output_section->vma; in insert_pad() 4622 output_section->size = TO_SIZE (dot + TO_ADDR (alignment_needed) in insert_pad() 4633 bfd_vma dot) in size_input_section() argument 4642 i->output_offset = dot - o->vma; in size_input_section() 4658 alignment_needed = align_power (dot, i->alignment_power) - dot; in size_input_section() 4662 insert_pad (this_ptr, fill, TO_SIZE (alignment_needed), o, dot); in size_input_section() 4663 dot += alignment_needed; in size_input_section() 4667 i->output_offset = dot - o->vma; in size_input_section() 4670 dot += TO_ADDR (i->size); in size_input_section() [all …]
|
D | ldexp.c | 253 new_rel_from_abs (align_n (expld.dot, expld.result.value)); in fold_unary() 283 expld.result.value = align_n (expld.dot, expld.result.value); in fold_unary() 474 expld.result.value = align_n (expld.dot, maxpage); in fold_binary() 480 expld.result.value += ((expld.dot + commonpage - 1) in fold_binary() 485 expld.result.value += expld.dot & (maxpage - 1); in fold_binary() 493 expld.dataseg.min_base = expld.dot; in fold_binary() 617 new_rel_from_abs (expld.dot); in fold_name() 974 if (nextdot < expld.dot in exp_fold_tree_1() 978 tree, expld.dot, nextdot); in exp_fold_tree_1() 981 expld.dot = nextdot; in exp_fold_tree_1() [all …]
|
/toolchain/binutils/binutils-2.25/config/ |
D | mh-djgpp | 7 # The version string must be modified to contain just one dot 8 # because DOS filenames can only have one dot when long filenames
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | source.c | 206 char *dot = strrchr (fname, '.'); in annotate_source() local 208 if (dot) in annotate_source() 209 *dot = '\0'; in annotate_source()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-coff-seh.c | 48 const char *name,*dollar, *dot; in get_pxdata_name() local 54 dot = strchr (name + 1, '.'); in get_pxdata_name() 56 if (!dollar && !dot) in get_pxdata_name() 59 name = dot; in get_pxdata_name() 60 else if (!dot) in get_pxdata_name() 62 else if (dot < dollar) in get_pxdata_name() 63 name = dot; in get_pxdata_name()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/ |
D | keepdot.d | 5 # Check that GC:ing does not mess up the default value for dot.
|
D | keepdot0.d | 6 # Check that GC:ing does not mess up the value for dot when specified
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | assert.t | 5 ASSERT (. == ADDR(.empty), "dot is not ADDR");
|
/toolchain/binutils/binutils-2.25/gas/ |
D | stabs.c | 304 valueT dot; in s_stab_generic() local 312 dot = frag_now_fix (); in s_stab_generic() 370 symbol = symbol_temp_new (saved_seg, dot, saved_frag); in s_stab_generic()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | err-case.s | 1 % Check that lowercase pseudos with mmixal syntax (no dot prefix) aren't
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | chew.c | 918 int dot = 0; in kill_bogus_lines() local 963 dot = 2; in kill_bogus_lines() 967 && dot) in kill_bogus_lines() 978 if (dot == 2) in kill_bogus_lines() 979 dot = 1; in kill_bogus_lines() 981 dot = 0; in kill_bogus_lines()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | binop-segref.s | 2 ; broken-dot-word handling was broke and were moved here.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | sunos.em | 226 const char *dot; 242 dot = strchr (filename, '.'); 243 if (dot == NULL) 250 force_maj = atoi (dot + 1); 252 len = dot - filename; 258 dot = strchr (dot + 1, '.'); 259 if (dot != NULL) 260 force_min = atoi (dot + 1); 280 if (dot == NULL
|