Home | History | Annotate | Download | only in binutils

Lines Matching refs:outname

1161   const char *outname;
1170 outname = NLM_CODE_NAME;
1172 outname = NLM_INITIALIZED_DATA_NAME;
1174 outname = NLM_UNINITIALIZED_DATA_NAME;
1176 outname = bfd_section_name (inbfd, insec);
1178 outsec = bfd_get_section_by_name (outbfd, outname);
1181 outsec = bfd_make_section (outbfd, outname);