Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c237 static char *prefix_symbols_string = 0; variable
1232 if (rem_leading_char && add_leading_char && !prefix_symbols_string) in filter_symbols()
1245 if (add_leading_char || prefix_symbols_string) in filter_symbols()
1249 ptr = n = (char *) xmalloc (1 + strlen (prefix_symbols_string) in filter_symbols()
1254 if (prefix_symbols_string) in filter_symbols()
1256 strcpy (ptr, prefix_symbols_string); in filter_symbols()
1257 ptr += strlen (prefix_symbols_string); in filter_symbols()
2088 || prefix_symbols_string in copy_object()
4084 prefix_symbols_string = optarg; in copy_main()