Searched refs:simulator_sysroot (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dnrun.c147 if (simulator_sysroot[0] != '\0' && chdir (simulator_sysroot) < 0)
150 myname, simulator_sysroot);
H A Dsim-config.h172 extern char *simulator_sysroot;
H A Dsyscall.c73 char *simulator_sysroot = ""; variable
105 simulator_sysroot if the string starts with '/'.
113 int sysroot_len = strlen (simulator_sysroot);
118 /* Prepend absolute paths with simulator_sysroot. Relative paths
121 if (simulator_sysroot[0] != '\0' && *buf == '/')
129 memcpy (buf, simulator_sysroot, sysroot_len);
H A Dsim-options.c400 if (simulator_sysroot[0] != '\0')
401 free (simulator_sysroot);
403 simulator_sysroot = xstrdup (arg);
405 simulator_sysroot = "";
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dnrun.c140 if (simulator_sysroot[0] != '\0' && chdir (simulator_sysroot) < 0)
143 myname, simulator_sysroot);
H A Dsim-config.h167 extern char *simulator_sysroot;
H A Dsyscall.c68 char *simulator_sysroot = ""; variable
100 simulator_sysroot if the string starts with '/'.
108 int sysroot_len = strlen (simulator_sysroot);
113 /* Prepend absolute paths with simulator_sysroot. Relative paths
116 if (simulator_sysroot[0] != '\0' && *buf == '/')
124 memcpy (buf, simulator_sysroot, sysroot_len);
H A Dsim-options.c481 if (simulator_sysroot[0] != '\0')
482 free (simulator_sysroot);
484 simulator_sysroot = xstrdup (arg);
486 simulator_sysroot = "";
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dtraps.c2666 if (simulator_sysroot[0] != '\0')
2693 strcpy (pbuf, simulator_sysroot);
2694 o += strlen (simulator_sysroot);
2713 if (strncmp (pbuf + strlen (simulator_sysroot),
2746 strcpy (pbuf, simulator_sysroot);
2747 o += strlen (simulator_sysroot);
2766 if (strcmp (pbuf + strlen (simulator_sysroot),
2785 if (strncmp (simulator_sysroot, argv0,
2786 strlen (simulator_sysroot)) == 0)
2787 argv0 += strlen (simulator_sysroot);
[all...]
H A Dsim-if.c527 interp = xmalloc (interplen + strlen (simulator_sysroot));
528 strcpy (interp, simulator_sysroot);
532 || (bfd_bread (interp + strlen (simulator_sysroot), interplen, abfd)
537 if (interp[interplen + strlen (simulator_sysroot) - 1] != 0)
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c2640 if (simulator_sysroot[0] != '\0')
2667 strcpy (pbuf, simulator_sysroot);
2668 o += strlen (simulator_sysroot);
2687 if (strncmp (pbuf + strlen (simulator_sysroot),
2720 strcpy (pbuf, simulator_sysroot);
2721 o += strlen (simulator_sysroot);
2740 if (strcmp (pbuf + strlen (simulator_sysroot),
2759 if (strncmp (simulator_sysroot, argv0,
2760 strlen (simulator_sysroot)) == 0)
2761 argv0 += strlen (simulator_sysroot);
[all...]
H A Dsim-if.c529 interp = xmalloc (interplen + strlen (simulator_sysroot));
530 strcpy (interp, simulator_sysroot);
534 || (bfd_bread (interp + strlen (simulator_sysroot), interplen, abfd)
539 if (interp[interplen + strlen (simulator_sysroot) - 1] != 0)
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c1025 const char *ldso_full_path = concat (simulator_sysroot, ldso_path, NULL);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c956 const char *ldso_full_path = concat (simulator_sysroot, ldso_path, NULL);

Completed in 719 milliseconds