Searched refs:dot (Results 26 - 50 of 168) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dimport.go20 var dot *File
23 f(dot)
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dbinop-segref.s2 ; broken-dot-word handling was broke and were moved here.
H A Dbwtest-err-1.s6 ; dot-word function. The nearest label occurs about 32 kbytes after the primary
/haiku-buildtools/binutils/intl/
H A Dlocalcharset.c339 /* If the locale name contains an encoding after the dot, return it. */
340 const char *dot = strchr (locale, '.'); local
342 if (dot != NULL)
346 dot++;
348 modifier = strchr (dot, '@');
350 return dot;
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot]
[all...]
/haiku-buildtools/gcc/intl/
H A Dlocalcharset.c339 /* If the locale name contains an encoding after the dot, return it. */
340 const char *dot = strchr (locale, '.'); local
342 if (dot != NULL)
346 dot++;
348 modifier = strchr (dot, '@');
350 return dot;
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot]
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dbinop-segref.s2 ; broken-dot-word handling was broke and were moved here.
H A Dbwtest-err-1.s6 ; dot-word function. The nearest label occurs about 32 kbytes after the primary
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-w65.c125 bfd_vma dot; local
167 dot = input_section->output_section->vma +
173 gap = value - dot;
189 dot = input_section->output_section->vma +
195 gap = value - (dot - shrink);
319 bfd_vma dot = (dst_address local
323 gap -= dot + 1;
343 bfd_vma dot = (dst_address local
349 if ((gap & 0xf0000) != (dot & 0xf0000))
359 gap -= dot
[all...]
H A Dcoff-z8k.c233 bfd_vma dot = (*dst_ptr local
236 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the
261 bfd_vma dot = (*dst_ptr local
264 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the
292 bfd_vma dot = (*dst_ptr local
295 int gap = dst - dot - 2;
321 bfd_vma dot = (*dst_ptr local
324 int gap = dst - dot - 2;
H A Dcoff-h8300.c435 bfd_vma dot; local
460 dot = (input_section->output_section->vma
464 dot += (reloc->howto->type == R_JMP1 ? 1 : 2);
467 gap = value - dot;
518 if (last_value == dot + 2
520 && !h8300_symbol_address_p (abfd, input_section, dot - 2))
549 dot = input_section->output_section->vma +
553 gap = value - dot;
658 bfd_vma dot; local
669 dot
[all...]
H A Dcoff-h8500.c249 bfd_vma dot = (*dst_ptr
252 int gap = dst - dot - 1; /* -1 since were in the odd byte of the
273 bfd_vma dot = (*dst_ptr
276 int gap = dst - dot - 1; /* -1 since were in the odd byte of the
248 bfd_vma dot = (*dst_ptr local
272 bfd_vma dot = (*dst_ptr local
/haiku-buildtools/binutils/bfd/
H A Dcoff-w65.c120 bfd_vma dot; local
162 dot = input_section->output_section->vma +
168 gap = value - dot;
184 dot = input_section->output_section->vma +
190 gap = value - (dot - shrink);
312 bfd_vma dot = (dst_address local
316 gap -= dot + 1;
333 bfd_vma dot = (dst_address local
339 if ((gap & 0xf0000) != (dot & 0xf0000))
345 gap -= dot
[all...]
H A Dcoff-z8k.c257 bfd_vma dot = (*dst_ptr local
260 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the
282 bfd_vma dot = (*dst_ptr local
285 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the
310 bfd_vma dot = (*dst_ptr local
313 int gap = dst - dot - 2;
336 bfd_vma dot = (*dst_ptr local
339 int gap = dst - dot - 2;
H A Dcoff-h8300.c408 bfd_vma dot; local
433 dot = (input_section->output_section->vma
437 dot += (reloc->howto->type == R_JMP1 ? 1 : 2);
440 gap = value - dot;
491 if (last_value == dot + 2
493 && !h8300_symbol_address_p (abfd, input_section, dot - 2))
522 dot = input_section->output_section->vma +
526 gap = value - dot;
629 bfd_vma dot; local
640 dot
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dsubsegs.h83 symbolS *dot; member in struct:segment_info_struct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/operations/
H A Dcurrent_path.cc34 fs::path dot(".");
/haiku-buildtools/binutils/gas/
H A Dsubsegs.h81 symbolS *dot; member in struct:segment_info_struct
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dlang.c274 char *dot; local
275 dot = strrchr (filename, '.');
276 if (dot == NULL)
280 char *buf = (char *) xmalloc (dot - filename +
282 strncpy (buf, filename, dot - filename);
292 strcpy (buf + (dot - filename), OBJECT_SUFFIX);
298 strcpy (buf + (dot - filename), ".d");
/haiku-buildtools/legacy/binutils/gprof/
H A Dsource.c207 char *dot = strrchr (fname, '.');
209 if (dot)
210 *dot = '\0';
206 char *dot = strrchr (fname, '.'); local
/haiku-buildtools/binutils/gprof/
H A Dsource.c207 char *dot = strrchr (fname, '.');
209 if (dot)
210 *dot = '\0';
206 char *dot = strrchr (fname, '.'); local
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/macros/
H A Dmacros.exp80 default { run_list_test dot "-alm" }
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug281.go42 println("BUG dot: ", q.X, q.Y)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/import4.dir/
H A Dimport4.go17 // import dot
/haiku-buildtools/binutils/gas/testsuite/gas/macros/
H A Dmacros.exp85 default { run_list_test dot "-alm" }
/haiku-buildtools/legacy/gcc/libio/
H A DPlotFile.h76 PlotFile& dot(const int xi, const int yi, const int dx,

Completed in 171 milliseconds

1234567