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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c65 static char *solib_absolute_prefix = NULL; variable
92 * If there is a solib_absolute_prefix and path is absolute:
93 * Search for solib_absolute_prefix/path.
98 * If solib_absolute_prefix is NOT set, perform the following two searches:
103 * machines since solib_absolute_prefix will almost always be set.
121 if (! IS_ABSOLUTE_PATH (in_pathname) || solib_absolute_prefix == NULL)
125 int prefix_len = strlen (solib_absolute_prefix);
129 && IS_DIR_SEPARATOR (solib_absolute_prefix[prefix_len - 1]))
134 strncpy (temp_pathname, solib_absolute_prefix, prefix_len);
143 /* If the search in solib_absolute_prefix faile
[all...]

Completed in 98 milliseconds