代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5937511
iris
#
# magic.iris: Magic for mips from an iris4d
#
# Dunno what byte-order munging is needed; all of SGI's *current*
# machines and OSes run in big-endian mode on the MIPS machines,
# as far as I know, b
www.eeworm.com/read/131315/5937521
linux
# Values for Linux/i386 binaries, From: Rik Faith
2 leshort 100 Linux/i386
>0 leshort 0407 executable
>0 leshort 0410
www.eeworm.com/read/131315/5937542
intel
#
# Various flavors of x86 UNIX executable/object (other than Xenix, which
# is in "microsoft"). DOS is in "ms-dos"; the ambitious soul can do
# Windows as well.
#
# Windows NT belongs elsewhere, as
www.eeworm.com/read/131315/5937547
convex
#
# XXX - what byte order does a Convex use?
#
0 long 0513 Convex executable
www.eeworm.com/read/131315/5937553
microsoft
#
# Microsoft (Xenix, not DOS)
#
# "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
# model" lifted from "magic.xenix", with comment "derived empirically;
# treat as folklore until pro
www.eeworm.com/read/131315/5937554
pdp
#
# magic.pdp: PDP-11 executable/object and APL workspace
#
0 lelong 0101555 PDP-11 single precision APL workspace
0 lelong 0101554 PDP-11 double precision APL workspace
#
# PDP-11 a.out
#
0 lesh
www.eeworm.com/read/131315/5937565
ibm6000
#
# magic.rs6000:
#
# RS/6000 and the RT PC.
#
0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
>12 belong >0 not stripped
# Breaks sun4 statically linked execs.
#0 beshort
www.eeworm.com/read/131315/5937572
bsdi
# BSDI BSD/386
0 long 0314 BSD/386 demand paged (first page unmapped) pure executable
www.eeworm.com/read/124347/6052850
h m68k.h
/* coff information for M68K
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Publ
www.eeworm.com/read/117181/6110914
odump
#!/bin/ksh
# First source /app/appserver
. /app/appserver
# Exec the executable.
exec $APPROOT/usr/contrib/bin/$(basename $0) "$@"