Searched refs:outname (Results 26 - 39 of 39) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-vax.c1208 const char *outname;
1216 outname = bfd_get_section_name (output_bfd,
1218 target = bfd_get_section_by_name (output_bfd, outname + 5);
1207 const char *outname; local
H A Delf64-hppa.c1741 const char *outname;
1750 outname = bfd_get_section_name (output_bfd,
1752 target = bfd_get_section_by_name (output_bfd, outname + 4);
1740 const char *outname; local
H A Delf64-sh64.c3605 const char *outname;
3614 outname = bfd_get_section_name (output_bfd,
3616 target = bfd_get_section_by_name (output_bfd, outname + 5);
3604 const char *outname; local
H A Delf-m10300.c4242 const char * outname;
4251 outname = bfd_get_section_name (output_bfd,
4253 target = bfd_get_section_by_name (output_bfd, outname + 5);
4240 const char * outname; local
H A Delfxx-mips.c7342 const char *outname;
7351 outname = bfd_get_section_name (output_bfd,
7353 target = bfd_get_section_by_name (output_bfd, outname + 4);
7357 || strcmp (outname, MIPS_ELF_REL_DYN_NAME (info)) == 0)
7311 const char *outname; local
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm695 my $outname = $variation;
697 if $outname =~ s/^([012])([012])([[012])([a-z]*)=?//s;
717 my $name = $outname;
719 $self->add_css( "_$outname.css", 0, $name, 0, 0, \$this_css);
/openbsd-current/gnu/gcc/gcc/
H A Dcollect2.c1544 collect_execute (const char *prog, char **argv, const char *outname,
1580 errmsg = pex_run (pex, PEX_LAST | PEX_SEARCH, argv[0], argv, outname,
1531 collect_execute(const char *prog, char **argv, const char *outname, const char *errname) argument
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf64-hppa.c1780 const char *outname;
1789 outname = bfd_get_section_name (output_bfd,
1791 target = bfd_get_section_by_name (output_bfd, outname + 4);
1779 const char *outname; local
H A Delf64-sh64.c3682 const char *outname;
3691 outname = bfd_get_section_name (output_bfd,
3693 target = bfd_get_section_by_name (output_bfd, outname + 5);
3681 const char *outname; local
H A Delf-m10300.c4444 const char * outname;
4453 outname = bfd_get_section_name (output_bfd,
4455 target = bfd_get_section_by_name (output_bfd, outname + 5);
4442 const char * outname; local
H A Delfxx-mips.c5982 const char *outname;
5991 outname = bfd_get_section_name (output_bfd,
5993 target = bfd_get_section_by_name (output_bfd, outname + 4);
5997 || strcmp (outname, ".rel.dyn") == 0)
5954 const char *outname; local
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddllwrap.c491 fprintf (file, _(" --implib <outname> Synonym for --output-lib\n"));
503 fprintf (file, _(" --output-exp <outname> Generate export file.\n"));
504 fprintf (file, _(" --output-lib <outname> Generate input library.\n"));
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddllwrap.c484 fprintf (file, _(" --implib <outname> Synonym for --output-lib\n"));
496 fprintf (file, _(" --output-exp <outname> Generate export file.\n"));
497 fprintf (file, _(" --output-lib <outname> Generate input library.\n"));
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c13446 int vms_fid_to_name(char * outname, int outlen, argument
13543 specdsc.dsc$a_pointer = outname;
13549 outname[specdsc.dsc$w_length] = 0;

Completed in 408 milliseconds

12