HomeSort by: relevance | last modified time | path
    Searched defs:ssym (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/sys/arch/evbmips/sbmips/
autoconf.h 62 uint32_t ssym; /* 8: start of kernel sym table */ member in struct:bootinfo_v1
75 vaddr_t ssym; /* 8/8: start of kernel sym table */ member in struct:bootinfo_v1_int
autoconf.h 62 uint32_t ssym; /* 8: start of kernel sym table */ member in struct:bootinfo_v1
75 vaddr_t ssym; /* 8/8: start of kernel sym table */ member in struct:bootinfo_v1_int
  /src/sys/arch/sbmips/include/
autoconf.h 62 uint32_t ssym; /* 8: start of kernel sym table */ member in struct:bootinfo_v1
75 vaddr_t ssym; /* 8/8: start of kernel sym table */ member in struct:bootinfo_v1_int
autoconf.h 62 uint32_t ssym; /* 8: start of kernel sym table */ member in struct:bootinfo_v1
75 vaddr_t ssym; /* 8/8: start of kernel sym table */ member in struct:bootinfo_v1_int
  /src/sys/arch/sun3/sun3x/
locore2.c 67 char *ssym, *esym; variable in typeref:typename:char *
130 ssym = (char *)ehdr;
locore2.c 67 char *ssym, *esym; variable in typeref:typename:char *
130 ssym = (char *)ehdr;
  /src/sys/arch/arc/include/
bootinfo.h 58 unsigned long ssym; member in struct:btinfo_symtab
bootinfo.h 58 unsigned long ssym; member in struct:btinfo_symtab
  /src/sys/arch/emips/include/
bootinfo.h 64 int ssym; member in struct:btinfo_symtab
bootinfo.h 64 int ssym; member in struct:btinfo_symtab
  /src/sys/arch/mipsco/include/
bootinfo.h 64 int ssym; member in struct:btinfo_symtab
bootinfo.h 64 int ssym; member in struct:btinfo_symtab
  /src/sys/arch/pmax/include/
bootinfo.h 64 int ssym; member in struct:btinfo_symtab
bootinfo.h 64 int ssym; member in struct:btinfo_symtab
  /src/sys/arch/sgimips/include/
bootinfo.h 58 unsigned long ssym; member in struct:btinfo_symtab
bootinfo.h 58 unsigned long ssym; member in struct:btinfo_symtab
  /src/sys/arch/sparc/include/
bootinfo.h 55 int ssym; member in struct:btinfo_symtab
bootinfo.h 55 int ssym; member in struct:btinfo_symtab
  /src/sys/arch/cobalt/include/
bootinfo.h 60 int32_t ssym; member in struct:btinfo_symtab
  /src/sys/arch/hppa/include/
bootinfo.h 55 int ssym; member in struct:btinfo_symtab
  /src/sys/arch/newsmips/include/
bootinfo.h 52 int ssym; member in struct:btinfo_symtab
  /src/sys/arch/ofppc/stand/ofwboot/
boot.c 156 chain(boot_entry_t entry, char *args, void *ssym, void *esym)
166 DPRINTF("ssym @ %p\n", args + l);
167 memcpy(args + l, &ssym, sizeof(ssym));
168 l += sizeof(ssym);
197 void *ssym, *esym; local in function:main
291 ssym = (void *)marks[MARK_SYM];
295 __syncicache((void *)(uintptr_t)entry, (uintptr_t) ssym - entry);
296 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym);
  /src/sys/arch/shark/stand/ofwboot/
boot.c 148 chain(void (*entry)(int (*)(void *), void *, u_int), char *args, void *ssym,
165 DPRINTF("ssym @ %p\n", args + l);
166 memcpy(args + l, &ssym, sizeof(ssym));
167 l += sizeof(ssym);
195 void *ssym, *esym; local in function:main
292 ssym = (void *)marks[MARK_SYM];
302 chain((void *)entry, bootline, ssym, esym);
  /src/sys/arch/sun2/sun2/
locore2.c 70 char *ssym, *esym; variable in typeref:typename:char *
147 ssym = (char *)ehdr;
  /src/sys/arch/sun3/sun3/
locore2.c 72 char *ssym, *esym; variable in typeref:typename:char *
164 ssym = (char *)ehdr;

Completed in 29 milliseconds

1 2 3