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

1 2

  /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
  /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
  /src/sys/arch/sun3/sun3x/
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
  /src/sys/arch/emips/include/
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
  /src/sys/arch/pmax/include/
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
  /src/sys/arch/sparc/include/
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;
  /src/sys/arch/evbarm/mini2440/
mini2440_bootinfo.h 58 void *ssym; member in struct:btinfo_symtab
  /src/sys/arch/hp300/include/
bootinfo.h 63 int ssym; member in struct:btinfo_symtab
  /src/sys/arch/ia64/stand/efi/libefi/
bootinfo.c 207 vaddr_t ssym, esym; local in function:bi_load
244 ssym = esym = 0;
246 ssym = fp->marks[MARK_SYM];
249 if (ssym == 0 || esym == 0)
250 ssym = esym = 0; /* sanity */
252 bi->bi_symtab = ssym;
  /src/sys/arch/ia64/stand/ia64/ski/
bootinfo.c 205 vaddr_t ssym, esym; local in function:bi_load
235 ssym = esym = 0;
237 ssym = fp->marks[MARK_SYM];
240 if (ssym == 0 || esym == 0)
241 ssym = esym = 0; /* sanity */
243 bi->bi_symtab = ssym;
  /src/sys/arch/newsmips/newsmips/
machdep.c 159 char *ssym, *esym; local in function:mach_init
161 ssym = esym = NULL; /* XXX: gcc */
178 ssym = (void *)bi_sym->ssym;
281 ksyms_addsyms_elf(esym - ssym, ssym, esym);
  /src/sys/arch/macppc/stand/ofwboot/
boot.c 199 chain(boot_entry_t entry, char *args, void *ssym, void *esym)
213 memcpy(args + l, &ssym, sizeof(ssym));
214 l += sizeof(ssym);
239 void *ssym, *esym; local in function:main
351 ssym = (void *)marks[MARK_SYM];
355 __syncicache((void *)(uintptr_t)entry, (size_t)ssym - entry);
356 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym);
  /src/sys/arch/alpha/include/
autoconf.h 69 u_long ssym; /* 0: start of kernel sym table */ member in struct:bootinfo_v1
93 u_long ssym; /* start of syms */ member in struct:bootinfo_kernel
  /src/sys/arch/sparc/stand/ofwboot/
boot.c 232 ksyms_copyout(void **ssym, void **esym)
235 int kssize = (int)(long)((char *)*esym - (char *)*ssym + 1);
237 DPRINTF(("ksyms_copyout(): ssym = %p, esym = %p, kssize = %d\n",
238 *ssym, *esym, kssize));
244 memcpy(addr, *ssym, kssize);
245 *ssym = addr;
248 DPRINTF(("ksyms_copyout(): ssym = %p, esym = %p\n", *ssym, *esym));
260 void *ssym, *esym; local in function:jump_to_kernel
280 bi_sym.ssym = marks[MARK_SYM]
    [all...]
  /src/sys/ddb/
db_sym.c 98 db_sym_t ssym; local in function:db_value_of_name
104 ssym = (*db_symformat->sym_lookup)(NULL, name);
105 if (ssym == DB_SYM_NULL)
107 db_symbol_values(ssym, &name, valuep);
226 db_sym_t ssym; local in function:db_search_symbol
230 ssym = (*db_symformat->sym_search)
234 ret = ssym;

Completed in 41 milliseconds

1 2