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

1 2

  /src/sys/lib/libsa/
loadfile.c 161 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) {
162 netbsd_elf_class = ELFCLASS32;
  /src/sys/arch/hppa/include/
exec.h 38 #define ELF_TARG_CLASS ELFCLASS32
  /src/lib/librumpuser/
rumpuser_dl.c 107 if (eident == ELFCLASS32) { \
120 if (eident == ELFCLASS32) { \
133 if (eident == ELFCLASS32) { \
144 #define SYM_GETSIZE() ((eident==ELFCLASS32)?sizeof(Elf32_Sym):sizeof(Elf64_Sym))
179 if (eident != ELFCLASS32 && eident != ELFCLASS64)
189 eident = ELFCLASS32;
  /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/sys/arch/i386/stand/lib/
exec_multiboot1.c 57 case ELFCLASS32:
83 case ELFCLASS32:
107 case ELFCLASS32:
  /src/sys/arch/pmax/stand/common/
bootxx.c 172 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 96 #define ELFCLASS32 1 /* 32bit */
  /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/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/atari/stand/tostools/libtos/
exec_elf.h 143 #define ELFCLASS32 1 /* 32-bit objects */
630 #define ELFCLASS ELFCLASS32
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 145 #define ELFCLASS32 1 /* 32-bit objects */
723 #define ELFCLASS ELFCLASS32
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 196 e->e_ident[EI_CLASS] != ELFCLASS32 ||
  /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 295 (ELFCLASS32 << 8 | ELFDATA2MSB))
  /src/tests/lib/libc/sys/
t_ptrace_core_wait.h 85 case ELFCLASS32:
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp 306 _eh.e_ident[EI_CLASS] != ELFCLASS32) {
  /src/sys/arch/hppa/stand/xxboot/
main.c 406 (ELFCLASS32 << 8 | ELFDATA2MSB)) {
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 111 elf->e_ident[EI_CLASS] != ELFCLASS32)
  /src/usr.sbin/installboot/arch/
pmax.c 324 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/i386/i386/
multiboot.c 702 ehdr.e_ident[EI_CLASS] = ELFCLASS32;
  /src/sys/arch/next68k/next68k/
nextrom.c 172 if (ehdr->e_ident[EI_CLASS] != ELFCLASS32) {

Completed in 21 milliseconds

1 2