| /src/sys/arch/vax/vax/ |
| locore.c | 53 paddr_t esym; variable
|
| /src/sys/arch/evbmips/sbmips/ |
| autoconf.h | 63 uint32_t esym; /* 12: end of kernel sym table */ member in struct:bootinfo_v1 76 vaddr_t esym; /* 12/16: end of kernel sym table */ member in struct:bootinfo_v1_int
|
| /src/sys/arch/sbmips/include/ |
| autoconf.h | 63 uint32_t esym; /* 12: end of kernel sym table */ member in struct:bootinfo_v1 76 vaddr_t esym; /* 12/16: end of kernel sym table */ member in struct:bootinfo_v1_int
|
| /src/sys/arch/sun3/sun3x/ |
| locore2.c | 67 char *ssym, *esym; variable 92 * Preserve DDB symbols and strings by setting esym. 131 esym = (char *)maxsym; 154 esym = end + 4; 156 /* This will advance esym past the symbols. */ 164 nextva = m68k_round_page(esym);
|
| /src/sys/arch/amd64/amd64/ |
| prekern.c | 59 int esym; member in struct:prekern_args 84 extern int esym; 95 esym = pkargs->esym;
|
| /src/sys/arch/amigappc/amigappc/ |
| amiga_init.c | 53 char *esym; /* start address of cfdev/memlist-area */ variable 79 esym = end_loaded = esymaddr; 87 * esym already takes a potential symbol-table into account.
|
| /src/sys/arch/arc/include/ |
| bootinfo.h | 59 unsigned long esym; member in struct:btinfo_symtab
|
| /src/sys/arch/emips/include/ |
| bootinfo.h | 65 int esym; member in struct:btinfo_symtab
|
| /src/sys/arch/mipsco/include/ |
| bootinfo.h | 65 int esym; member in struct:btinfo_symtab
|
| /src/sys/arch/pmax/include/ |
| bootinfo.h | 65 int esym; member in struct:btinfo_symtab
|
| /src/sys/arch/sgimips/include/ |
| bootinfo.h | 59 unsigned long esym; member in struct:btinfo_symtab
|
| /src/sys/arch/sparc/include/ |
| bootinfo.h | 56 int esym; member in struct:btinfo_symtab
|
| /src/sys/arch/cobalt/include/ |
| bootinfo.h | 61 int32_t esym; member in struct:btinfo_symtab
|
| /src/sys/arch/hppa/include/ |
| bootinfo.h | 56 int esym; member in struct:btinfo_symtab
|
| /src/sys/arch/newsmips/include/ |
| bootinfo.h | 53 int esym; 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) 169 DPRINTF("esym @ %p\n", args + l); 170 memcpy(args + l, &esym, sizeof(esym)); 171 l += sizeof(esym); 197 void *ssym, *esym; local 292 esym = (void *)marks[MARK_END]; 296 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym);
|
| /src/sys/arch/shark/stand/ofwboot/ |
| boot.c | 149 void *esym) 168 DPRINTF("esym @ %p\n", args + l); 169 memcpy(args + l, &esym, sizeof(esym)); 170 l += sizeof(esym); 195 void *ssym, *esym; local 293 esym = (void *)marks[MARK_END]; 302 chain((void *)entry, bootline, ssym, esym);
|
| /src/sys/arch/sun2/sun2/ |
| locore2.c | 70 char *ssym, *esym; variable 108 * Preserve symbols and strings by setting esym. 148 esym = (char *)maxsym; 171 esym = end + 4; 173 /* This will advance esym past the symbols. */ 181 nextva = m68k_round_page(esym);
|
| /src/sys/arch/sun3/sun3/ |
| locore2.c | 72 char *ssym, *esym; variable 112 * Preserve DDB symbols and strings by setting esym. 165 esym = (char *)maxsym; 188 esym = end + 4; 190 /* This will advance esym past the symbols. */ 198 nextva = m68k_round_page(esym);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-ecoff.c | 188 ecoff_symbol_type *esym; local 192 esym = ecoffsymbol (symbol_get_bfdsym (sym)); 193 esym->local = false; 194 esym->native = xmalloc (debug_swap->external_ext_size); 195 (*debug_swap->swap_ext_out) (stdoutput, ext, esym->native);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-ecoff.c | 188 ecoff_symbol_type *esym; local 192 esym = ecoffsymbol (symbol_get_bfdsym (sym)); 193 esym->local = false; 194 esym->native = xmalloc (debug_swap->external_ext_size); 195 (*debug_swap->swap_ext_out) (stdoutput, ext, esym->native);
|
| /src/lib/libc/gen/ |
| nlist_coff.c | 153 struct coff_extsym esym; local 156 memcpy(&esym, &mappedfile[symoff + ES_LEN * i], ES_LEN); 157 if (esym.es_numaux != 0) { 158 i += esym.es_numaux; /* XXX Skip aux entry */ 162 if (esym.es_zero != 0) { 163 memcpy(name, esym.es_name, 8); 166 } else if (esym.es_offset != 0) 167 symtabname = &mappedfile[extstroff + esym.es_offset]; 177 p->n_value = esym.es_value;
|
| /src/sys/arch/alpha/include/ |
| autoconf.h | 70 u_long esym; /* 8: end of kernel sym table */ member in struct:bootinfo_v1 94 u_long esym; /* end of syms */ member in struct:bootinfo_kernel
|
| /src/sys/arch/evbarm/mini2440/ |
| mini2440_bootinfo.h | 59 void *esym; member in struct:btinfo_symtab
|
| /src/sys/arch/hp300/include/ |
| bootinfo.h | 64 int esym; member in struct:btinfo_symtab
|