Searched refs:nsym (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-6-1-5-RELEASE/games/dab/
H A Dttyscrn.cc63 int nsym; local
68 nsym = ACS_HLINE;
71 nsym = ACS_VLINE;
74 nsym = ACS_ULCORNER;
77 nsym = ACS_URCORNER;
80 nsym = ACS_LLCORNER;
83 nsym = ACS_LRCORNER;
86 nsym = ACS_LTEE;
89 nsym = ACS_RTEE;
92 nsym
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/pmax/include/
H A Dbootinfo.h63 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/include/
H A Dbootinfo.h57 unsigned long nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dbootinfo.h54 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/include/
H A Dbootinfo.h63 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/emips/include/
H A Dbootinfo.h63 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Dbootinfo.h57 unsigned long nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dkern_ctf.h39 int nsym; /* Number of symbols. */ member in struct:mod_ctf
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dbootinfo.h54 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/include/
H A Dbootinfo.h51 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/include/
H A Dbootinfo.h59 int32_t nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/mini2440/
H A Dmini2440_bootinfo.h57 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dobjc-lang.h50 unsigned int *nsym, unsigned int *ndebug);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dlocore2.c64 int nsym; variable
127 nsym = 1;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_ksyms.c279 Elf_Sym *sym, *nsym, ts; local
320 nsym = (Elf_Sym *)newstart;
349 nsym[n] = sym[i];
357 nmap[i] = nsym[n].st_size;
358 nsym[n].st_size = i + 1; /* zero is reserved */
362 nsym[n].st_shndx = SHBSS;
363 j = strlen(nsym[n].st_name + str) + 1;
366 nglob += (ELF_ST_BIND(nsym[n].st_info) == STB_GLOBAL);
370 && ELF_ST_TYPE(nsym[n].st_info) != STT_NOTYPE) {
371 if (nsym[
[all...]
H A Dkern_ctf.c118 mc->nsym = st->sd_symsize / sizeof(Elf_Sym);
127 mc->nsym = mod->mod_kobj->ko_symcnt;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dmachdep.c159 int nsym = 0; local
178 nsym = bi_sym->nsym;
240 if (nsym)
275 if (nsym)
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Dlocore2.c67 int nsym; variable
144 nsym = 1;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dlocore2.c69 int nsym; variable
161 nsym = 1;
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/mipsco/
H A Dmachdep.c190 int nsym = 0; local
225 nsym = bi_syms->nsym;
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dmachdep.c148 int nsym = 0; local
213 nsym = bi_syms->nsym;
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dbootinfo.h101 int nsym; member in struct:btinfo_symtab
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dboot.c168 bi_syms.nsym = marks[MARK_NSYM];
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Dboot.c235 bi_syms.nsym = marks[MARK_NSYM];
243 printf("nsym 0x%lx ssym 0x%lx esym 0x%lx\n", marks[MARK_NSYM],
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dboot.c166 bi_syms.nsym = marks[MARK_NSYM];

Completed in 364 milliseconds

123