| /src/sys/compat/linux32/common/ |
| linux32_exec.h | 57 Elf32_Ehdr *, char *); 60 struct exec_package *, Elf32_Ehdr *); 64 struct exec_package *, Elf32_Ehdr *); 68 struct exec_package *, Elf32_Ehdr *); 72 struct exec_package *, Elf32_Ehdr *);
|
| linux32_mod.c | 68 .es_hdrsz = sizeof (Elf32_Ehdr),
|
| /src/sys/arch/x68k/stand/common/ |
| execkern.h | 15 * Currently this includes: .text, .data, size sym, Elf32_Ehdr, Elf32_Shdr x 4, 42 Elf32_Ehdr ehdr; /* saved ELF header */
|
| exec_sub.c | 15 static void xk_elf(struct execkern_arg *xarg, Elf32_Ehdr *hdr); 117 xk_elf(struct execkern_arg *xarg, Elf32_Ehdr *hdr) 163 SECTION_NOPAD(sec, "ELF header", &xarg->ehdr, sizeof(Elf32_Ehdr)); 192 xarg->ehdr.e_shoff = sizeof(Elf32_Ehdr); 203 dpos = sizeof(Elf32_Ehdr) + sizeof(Elf32_Shdr) * 3; 252 Elf32_Ehdr *ehdr;
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_exec.h | 73 Elf32_Ehdr elfhdr;
|
| /src/sys/kern/ |
| exec_elf32.c | 50 .es_hdrsz = sizeof (Elf32_Ehdr), 65 .es_hdrsz = sizeof (Elf32_Ehdr),
|
| /src/sys/compat/linux/common/ |
| linux_exec.h | 145 Elf32_Ehdr *, char *); 148 struct exec_package *, Elf32_Ehdr *); 152 struct exec_package *, Elf32_Ehdr *); 156 struct exec_package *, Elf32_Ehdr *); 160 struct exec_package *, Elf32_Ehdr *);
|
| linux_mod.c | 77 .es_hdrsz = sizeof (Elf32_Ehdr),
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| netbsd.cpp | 44 Elf32_Ehdr elf; 94 Elf32_Ehdr ehdr;
|
| /src/sys/compat/freebsd/ |
| freebsd_mod.c | 63 .es_hdrsz = sizeof (Elf32_Ehdr),
|
| /src/sys/lib/libsa/ |
| loadfile.h | 82 int loadfile_elf32(int, Elf32_Ehdr *, u_long *, int);
|
| loadfile.c | 128 Elf32_Ehdr elf32;
|
| /src/sys/arch/emips/stand/common/ |
| bootxx.c | 116 Elf32_Ehdr ehdr;
|
| /src/sys/arch/mipsco/stand/common/ |
| bootxx.c | 120 Elf32_Ehdr ehdr;
|
| /src/sys/arch/mvme68k/stand/bootxx/ |
| bootxx.c | 107 Elf32_Ehdr eh;
|
| /src/sys/arch/i386/stand/lib/ |
| exec_multiboot1.c | 49 Elf32_Ehdr *ehdr32 = NULL; 58 ehdr32 = (Elf32_Ehdr *)ehdr; 163 Elf32_Ehdr ehdr;
|
| /src/usr.sbin/mopd/common/ |
| file.c | 430 Elf32_Ehdr ehdr; 457 Elf32_Ehdr ehdr; 483 offsetof(Elf32_Ehdr, e_machine), 486 offsetof(Elf32_Ehdr, e_entry), 490 offsetof(Elf32_Ehdr, e_phoff), 493 offsetof(Elf32_Ehdr, e_phentsize), 496 offsetof(Elf32_Ehdr, e_phnum), 502 offsetof(Elf32_Ehdr, e_machine), 505 offsetof(Elf32_Ehdr, e_entry), 509 offsetof(Elf32_Ehdr, e_phoff) [all...] |
| /src/sys/arch/hppa/stand/xxboot/ |
| main.c | 57 static inline void xi_elf32(struct loadinfo *, Elf32_Ehdr *); 347 xi_elf32(struct loadinfo *inf, Elf32_Ehdr *hdr) 387 Elf32_Ehdr *e32hdr = buf;
|
| /src/sys/arch/pmax/stand/common/ |
| bootxx.c | 138 Elf32_Ehdr ehdr;
|
| /src/sys/arch/zaurus/stand/zboot/ |
| loadfile_zboot.c | 68 Elf32_Ehdr elf32;
|
| /src/sys/compat/netbsd32/ |
| netbsd32_mod.c | 117 .es_hdrsz = sizeof (Elf32_Ehdr),
|
| /src/sys/arch/mips/mips/ |
| cpu_exec.c | 97 const Elf32_Ehdr * const eh = eh0; 173 Elf32_Ehdr * const eh = eh0;
|
| /src/sys/arch/aarch64/aarch64/ |
| exec_machdep.c | 74 const Elf32_Ehdr * const eh = eh0;
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| exec_elf.h | 119 } Elf32_Ehdr; 615 #define Elf_Ehdr Elf32_Ehdr
|
| /src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| elf2bb.c | 96 Elf32_Ehdr *eh; 147 eh = (Elf32_Ehdr *)image; /* XXX endianness */
|