OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:simulator_sysroot
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
syscall.c
66
char *
simulator_sysroot
= "";
variable
98
simulator_sysroot
if the string starts with '/'.
106
int sysroot_len = strlen (
simulator_sysroot
);
111
/* Prepend absolute paths with
simulator_sysroot
. Relative paths
114
if (
simulator_sysroot
[0] != '\0' && *buf == '/')
122
memcpy (buf,
simulator_sysroot
, sysroot_len);
/src/external/gpl3/gdb.old/dist/sim/common/
syscall.c
66
char *
simulator_sysroot
= "";
variable
98
simulator_sysroot
if the string starts with '/'.
106
int sysroot_len = strlen (
simulator_sysroot
);
111
/* Prepend absolute paths with
simulator_sysroot
. Relative paths
114
if (
simulator_sysroot
[0] != '\0' && *buf == '/')
122
memcpy (buf,
simulator_sysroot
, sysroot_len);
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026