HomeSort by: relevance | last modified time | path
    Searched refs:ELF (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/games/battlestar/
nightobjs.c 66 {124, ELF},
69 {144, ELF},
72 {113, ELF},
75 {161, ELF},
78 {169, ELF},
81 {182, ELF},
84 {198, ELF},
87 {212, ELF},
90 {216, ELF},
93 {226, ELF},
    [all...]
dayobjs.c 91 {146, ELF},
init.c 138 setbit(location[8].objects, ELF); /* closet */
command1.c 153 if (testbit(location[position].objects, ELF)) {
154 printf("%s\n", objdes[ELF]);
155 fight(ELF, rnd(30));
command5.c 173 wordvalue[wordnumber] == ELF ||
227 printf("A fiendish little Elf is stealing ");
229 fight(ELF, 10);
command7.c 276 if (enemy == ELF || enemy == DARK) {
extern.h 104 #define ELF 34
words.c 84 { "elf", ELF, OBJECT, NULL },
  /src/sys/arch/epoc32/stand/e32boot/include/
netbsd.h 28 #include "elf.h"
62 class ELF : public NetBSD {
64 ELF(TInt size) { Buffer = new TUint8[size]; };
  /src/sys/arch/hpcmips/include/
loadfile_machdep.h 37 #define ALIGNENTRY(a) Error! hpcmips supports ELF only!
52 #define OKMAGIC(a) Error! hpcmips supports ELF only!
  /src/sys/arch/amiga/stand/bootblock/boot/
alloc.s 45 movl %d0,%a0 | Comply with ELF ABI
libstubs.s 45 movl %d0,%a0 | Comply with ELF ABI
64 movl %d0,%a0 | Comply with ELF ABI
72 movl %d0,%a0 | Comply with ELF ABI
128 movl %d0,%a0 | Comply with ELF ABI
161 movl %d0,%a0 | Comply with ELF ABI
208 movl %d0,%a0 | Comply with ELF ABI
218 movl %d0,%a0 | Comply with ELF ABI
227 movl %d0,%a0 | Comply with ELF ABI
258 movl %d0,%a0 | Comply with ELF ABI
278 movl %d0,%a0 | Comply with ELF AB
    [all...]
  /src/sys/arch/alpha/include/
loadfile_machdep.h 38 #define ALIGNENTRY(a) Error! alpha supports ECOFF and ELF only!
53 #define OKMAGIC(a) Error! alpha supports ECOFF and ELF only!
  /src/sys/arch/ia64/include/
loadfile_machdep.h 54 #define ALIGNENTRY(a) Error! alpha supports ECOFF and ELF only! /* Fixme: for ia64 */
69 #define OKMAGIC(a) Error! ia64 supports ELF only!
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 32 #include "elf.h"
44 Elf32_Ehdr elf; member in union:NetBSD::New::__anon3060517b010a
55 /* Currently support is ELF only. */
56 if (Mem::Compare((TUint8 *)hdr.elf.e_ident, SELFMAG,
58 netbsd = new (ELeave) ELF(size);
91 ELF::ParseHeader(void)
  /src/sys/arch/evbppc/compile/
walnut-mkimg.sh 27 *:\ ELF\ *)
  /src/usr.sbin/sysinst/arch/shark/
msg.md.de 86 OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported)
msg.md.en 82 OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported)
msg.md.es 85 OpenFirmware puede cargar un n�cleo a.out de NetBSD (perdone, pero ELF no est� soportado) directamente desde una partici�n FFS del disco local. As� que, para
msg.md.pl 84 OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported)
  /src/share/examples/asm/hello/
powerpc.s 32 # This ELF section is used by the kernel to determine, among other
35 # See http://www.netbsd.org/docs/kernel/elf-notes.html for more
  /src/distrib/sparc/
install.md 271 [ "$(dd if=$1 bs=1 skip=1 count=3 2> /dev/null)" = "ELF" ] && return 1
365 This release uses the ELF binary object format. Existing (a.out) binaries
  /src/games/larn/
header.h 290 #define ELF 26
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 36 * The current ELF ABI specification is available at:
100 * ELF Header
138 #define ELFMAG "\177ELF"
519 #define AT_SUN_LDELF 2004 /* dynamic linker's ELF header */
568 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
571 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
584 /* no 64-bit ELF machine types supported */
  /src/distrib/amiga/miniroot/
install.md 321 [ "$(dd if=$1 bs=1 skip=1 count=3 2> /dev/null)" = "ELF" ] && return 1
415 This release uses the ELF binary object format. Existing (a.out) binaries

Completed in 24 milliseconds

1 2