Home
last modified time | relevance | path

Searched refs:link_executable (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
Ddec_osf.pm11 sub link_executable { subroutine
15 return $self->SUPER::link_executable(@_);
Dcygwin.pm16 sub link_executable { subroutine
18 return $self->SUPER::link_executable(@_);
DUnix.pm10 sub link_executable { subroutine
18 return $self->SUPER::link_executable(@_);
Dos2.pm65 sub link_executable { subroutine
70 return $self->SUPER::link_executable(@_);
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
D02-link.t53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
DChanges378 - In link_executable() on Cygwin, trust $Config{ld} rather than using
522 - For Unix-ish platforms, link_executable() will now prefer
546 - Fixed a broken link_executable() method on cygwin - it now uses
559 - Added the link_executable() method, which provides the ability to
/openbsd/src/gnu/usr.bin/perl/cpan/Socket/
DMakefile.PL62 my $file_exe = eval { $cb->link_executable( objects => $file_obj ) };
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/
DBase.pm306 sub link_executable { subroutine