Searched refs:copy (Results 1 – 10 of 10) sorted by relevance
| /elf/ |
| A D | readlib.c | 144 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 D | tst-absolute-sym-lib.lds | 15 You should have received a copy of the GNU Lesser General Public
|
| A D | tst-audit11mod2.map | 15 You should have received a copy of the GNU Lesser General Public
|
| A D | tst-audit12mod2.map | 15 You should have received a copy of the GNU Lesser General Public
|
| A D | dl-tunables.list | 14 # You should have received a copy of the GNU Lesser General Public
|
| A D | dl-find_object.c | 424 struct dl_find_object_internal copy = *obj; in _dl_find_object() local 427 _dl_find_object_to_external (©, result); in _dl_find_object()
|
| A D | ldconfig.c | 1306 char *copy = NULL; in parse_conf_include() local 1309 if (asprintf (©, "%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 D | dl-load.c | 629 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 D | rtld-Rules | 16 # You should have received a copy of the GNU Lesser General Public
|
| A D | rtld.c | 2597 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