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

1 2

  /src/sys/lib/libsa/
loadfile.c 161 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) {
169 hdr.elf64.e_ident[EI_CLASS] == ELFCLASS64) {
  /src/sys/arch/emips/stand/common/
bootxx.c 150 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/mipsco/stand/common/
bootxx.c 140 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/usr.sbin/mdsetimage/
exec_elf32.c 69 ehdrp->e_ident[EI_CLASS] != ELFCLASS)
  /src/sys/arch/pmax/stand/common/
bootxx.c 172 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 87 #define EI_CLASS 4
  /src/sys/arch/zaurus/stand/zboot/
loadfile_zboot.c 87 elf32.e_ident[EI_CLASS] == ELFCLASS32) {
  /src/sys/arch/sun3/sun3x/
locore2.c 108 ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
  /src/usr.sbin/lockstat/
elf32.c 115 ehdr.e_ident[EI_CLASS] != ELFCLASS)
  /src/sys/arch/sun2/sun2/
locore2.c 124 ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
  /src/sys/arch/sun3/sun3/
locore2.c 128 ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp 306 _eh.e_ident[EI_CLASS] != ELFCLASS32) {
308 _eh.e_ident[EI_CLASS], _eh.e_ident[EI_DATA]));
  /src/lib/libc/gen/
nlist_elf32.c 133 ehdr.e_ident[EI_CLASS] != ELFCLASS)
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 196 e->e_ident[EI_CLASS] != ELFCLASS32 ||
  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 54 class = ((Elf_Ehdr *)ehdr)->e_ident[EI_CLASS];
  /src/sys/arch/pmax/stand/smallnet/setnetimage/
setnetimage.c 133 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/prep/stand/installboot/
installboot.c 103 eh.e_ident[EI_CLASS] != ELFCLASS32) {
  /src/sys/arch/x68k/stand/common/
exec_sub.c 294 *(u_int16_t *)&ehdr->e_ident[EI_CLASS] !=
  /src/usr.bin/crunch/crunchide/
exec_elf32.c 147 eh.e_ident[EI_CLASS] != ELFCLASS)
  /src/usr.sbin/kvm_mkdb/
nlist_elf32.c 188 ehdrp->e_ident[EI_CLASS] != ELFCLASS)
  /src/sys/kern/
core_elf32.c 162 ehdr.e_ident[EI_CLASS] = ELFCLASS32;
164 ehdr.e_ident[EI_CLASS] = ELFCLASS64;
  /src/libexec/ld.elf_so/
map_object.c 139 if (ehdr->e_ident[EI_CLASS] != ELFCLASS) {
141 ehdr->e_ident[EI_CLASS], ELFCLASS);
  /src/usr.bin/elf2aout/
elf2aout.c 156 if (ex->e_ident[EI_CLASS] == ELFCLASS32)
267 if (ex.e_ident[EI_CLASS] == ELFCLASS64)
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 126 #define EI_CLASS 4 /* File class */
141 /* e_ident[EI_CLASS] */
  /src/sys/arch/hppa/stand/xxboot/
main.c 405 if ((class_data = *(uint16_t *)&e32hdr->e_ident[EI_CLASS]) ==

Completed in 48 milliseconds

1 2