Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c13107 char *next_arg = NULL; in build_section_rename() local
13109 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg) in build_section_rename()
13115 next_arg = strchr (this_arg, ':'); in build_section_rename()
13116 if (next_arg) in build_section_rename()
13118 *next_arg = '\0'; in build_section_rename()
13119 next_arg++; in build_section_rename()