Searched refs:newsecname (Results 1 – 2 of 2) sorted by relevance
2127 char *newsecname = xstrdup (secname); in s_bspec() local2128 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()
462 char *newsecname = strdup (secname); in mmo_make_section() local464 if (newsecname == NULL) in mmo_make_section()472 sec = bfd_make_section (abfd, newsecname); in mmo_make_section()