代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/281827/4112396
old makefile.old
#
# Makefile for precise-costs codes implementing the cost scaling
# push-relabel assignment algorithm.
# Filenames of executable images are derived from compile-time macro
# definitions as follows (f
www.eeworm.com/read/278582/4142768
svn-base rules.svn-base
K 13
svn:eol-style
V 6
native
K 14
svn:executable
V 1
*
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/273778/4191777
kerninfo
#! /usr/bin/perl
# A script to analyze the output of "objdump -h" on the
# kernel executable file.
use strict qw(vars refs);
use FileHandle;
my $kernfile = shift @ARGV;
(defined $kernfile) || die "
www.eeworm.com/read/273778/4191897
kerninfo
#! /usr/bin/perl
# A script to analyze the output of "objdump -h" on the
# kernel executable file.
use strict qw(vars refs);
use FileHandle;
my $kernfile = shift @ARGV;
(defined $kernfile) || die "
www.eeworm.com/read/273778/4192006
kerninfo
#! /usr/bin/perl
# A script to analyze the output of "objdump -h" on the
# kernel executable file.
use strict qw(vars refs);
use FileHandle;
my $kernfile = shift @ARGV;
(defined $kernfile) || die "
www.eeworm.com/read/273778/4192125
kerninfo
#! /usr/bin/perl
# A script to analyze the output of "objdump -h" on the
# kernel executable file.
use strict qw(vars refs);
use FileHandle;
my $kernfile = shift @ARGV;
(defined $kernfile) || die "
www.eeworm.com/read/273778/4192243
kerninfo
#! /usr/bin/perl
# A script to analyze the output of "objdump -h" on the
# kernel executable file.
use strict qw(vars refs);
use FileHandle;
my $kernfile = shift @ARGV;
(defined $kernfile) || die "
www.eeworm.com/read/273778/4192342
kerninfo
#! /usr/bin/perl
# A script to analyze the output of "objdump -h" on the
# kernel executable file.
use strict qw(vars refs);
use FileHandle;
my $kernfile = shift @ARGV;
(defined $kernfile) || die "
www.eeworm.com/read/273778/4192492
kerninfo
#! /usr/bin/perl
# A script to analyze the output of "objdump -h" on the
# kernel executable file.
use strict qw(vars refs);
use FileHandle;
my $kernfile = shift @ARGV;
(defined $kernfile) || die "
www.eeworm.com/read/273740/4194975
c objstrip.c
/*
* arch/alpha/boot/tools/objstrip.c
*
* Strip the object file headers/trailers from an executable (ELF or ECOFF).
*
* Copyright (C) 1996 David Mosberger-Tang.
*/
/*
* Converts an ECOFF or ELF