Home | History | Annotate | Download | only in src

Lines Matching refs:symtab

1825 		buf[0] = cpu_to_le32(decl->symtab[i].nprim);
1826 buf[1] = cpu_to_le32(decl->symtab[i].table->nel);
1830 if (hashtab_map(decl->symtab[i].table, write_f[i], &pd)) {
2071 buf[0] = cpu_to_le32(p->symtab[i].nprim);
2072 buf[1] = p->symtab[i].table->nel;
2083 hashtab_map(p->symtab[i].table, type_attr_uncount, &buf[1]);
2096 (void)hashtab_map(p->symtab[i].table, role_attr_uncount, &buf[1]);
2102 if (hashtab_map(p->symtab[i].table, write_f[i], &pd))