Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/intl/
Drelocatable.c102 const char *curr_prefix_arg) in set_this_relocation_prefix() argument
104 if (orig_prefix_arg != NULL && curr_prefix_arg != NULL in set_this_relocation_prefix()
107 && strcmp (orig_prefix_arg, curr_prefix_arg) != 0) in set_this_relocation_prefix()
113 curr_prefix_len = strlen (curr_prefix_arg); in set_this_relocation_prefix()
122 memcpy (memory, curr_prefix_arg, curr_prefix_len + 1); in set_this_relocation_prefix()
139 set_relocation_prefix (const char *orig_prefix_arg, const char *curr_prefix_arg) in set_relocation_prefix() argument
141 set_this_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()
145 libcharset_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()
148 libiconv_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()
151 libintl_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()