Home | History | Annotate | Download | only in bfd

Lines Matching refs:secname

550 		    char *secname;
556 secname = (char *) bfd_alloc (abfd, amt);
557 strcpy (secname, secbuf);
559 sec = bfd_make_section_with_flags (abfd, secname, flags);