Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mmix.c2127 char *newsecname = xstrdup (secname); in s_bspec() local
2128 sec = bfd_make_section (stdoutput, newsecname); in s_bspec()
2131 as_fatal (_("can't create section %s"), newsecname); in s_bspec()
2136 as_fatal (_("can't set section flags for section %s"), newsecname); in s_bspec()
/toolchain/binutils/binutils-2.27/bfd/
Dmmo.c462 char *newsecname = strdup (secname); in mmo_make_section() local
464 if (newsecname == NULL) in mmo_make_section()
472 sec = bfd_make_section (abfd, newsecname); in mmo_make_section()