Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/intl/
Drelocatable.c90 static char *curr_prefix; variable
123 curr_prefix = memory; in set_this_relocation_prefix()
128 curr_prefix = NULL; in set_this_relocation_prefix()
254 char *curr_prefix; in compute_curr_prefix() local
256 curr_prefix = (char *) xmalloc (curr_prefix_len + 1); in compute_curr_prefix()
258 if (curr_prefix == NULL) in compute_curr_prefix()
261 memcpy (curr_prefix, curr_installdir, curr_prefix_len); in compute_curr_prefix()
262 curr_prefix[curr_prefix_len] = '\0'; in compute_curr_prefix()
264 return curr_prefix; in compute_curr_prefix()
400 curr_prefix_better = curr_prefix; in relocate()
[all …]
Drelocatable.h42 const char *curr_prefix);
Dlibgnuintl.h323 const char *curr_prefix));