Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c258 static char *prefix_symbols_string = 0; variable
1423 if (rem_leading_char && add_leading_char && !prefix_symbols_string) in filter_symbols()
1436 if (add_leading_char || prefix_symbols_string) in filter_symbols()
1440 ptr = n = (char *) xmalloc (1 + strlen (prefix_symbols_string) in filter_symbols()
1445 if (prefix_symbols_string) in filter_symbols()
1447 strcpy (ptr, prefix_symbols_string); in filter_symbols()
1448 ptr += strlen (prefix_symbols_string); in filter_symbols()
2356 || prefix_symbols_string in copy_object()
4494 prefix_symbols_string = optarg; in copy_main()