Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 10 of 10) sorted by relevance

/elf/
A Dreadlib.c144 char *copy, *major, *dot; in process_file() local
145 copy = xstrdup (lib); in process_file()
146 major = strstr (copy, ".so."); in process_file()
153 *soname = copy; in process_file()
A Dtst-absolute-sym-lib.lds15 You should have received a copy of the GNU Lesser General Public
A Dtst-audit11mod2.map15 You should have received a copy of the GNU Lesser General Public
A Dtst-audit12mod2.map15 You should have received a copy of the GNU Lesser General Public
A Ddl-tunables.list14 # You should have received a copy of the GNU Lesser General Public
A Ddl-find_object.c424 struct dl_find_object_internal copy = *obj; in _dl_find_object() local
427 _dl_find_object_to_external (&copy, result); in _dl_find_object()
A Dldconfig.c1306 char *copy = NULL; in parse_conf_include() local
1309 if (asprintf (&copy, "%s/%s", dirname (strdupa (config_file)), in parse_conf_include()
1312 pattern = copy; in parse_conf_include()
1353 free (copy); in parse_conf_include()
A Ddl-load.c629 char *copy = __strdup (rpath); in decompose_rpath() local
630 if (copy == NULL) in decompose_rpath()
638 for (cp = copy; *cp != '\0'; ++cp) in decompose_rpath()
648 free (copy); in decompose_rpath()
654 fillin_rpath (copy, result, ":", what, where, l); in decompose_rpath()
658 free (copy); in decompose_rpath()
A Drtld-Rules16 # You should have received a copy of the GNU Lesser General Public
A Drtld.c2597 char *copy = strndupa (dl_debug, len); in process_dl_debug() local
2599 warning: debug option `%s' unknown; try LD_DEBUG=help\n", copy); in process_dl_debug()

Completed in 16 milliseconds