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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsysenter.c63 unsigned nsym = size / sizeof(*sym); local
66 for(i = 0; i < nsym; i++, sym++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c2055 struct obj_symbol *nsym, **p; local
2057 nsym = arch_new_symbol();
2058 nsym->next = sym->next;
2059 nsym->ksymidx = -1;
2064 *p = sym = nsym;
3479 unsigned long nsym, j; local
3490 nsym = sec->header.sh_size / sizeof(ElfW(Sym));
3499 for (j = 1, ++sym; j < nsym; ++j, ++sym) {

Completed in 85 milliseconds