Searched refs:sd_symsize (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/sys/
H A Dksyms.h54 int sd_symsize; /* Size in bytes of symbol table */ member in struct:ksyms_symtab
/netbsd-current/sys/kern/
H A Dkern_ksyms.c230 maxsym = sym + table->sd_symsize / sizeof(Elf_Sym);
349 tab->sd_symsize = symsize;
441 tab->sd_symsize = n * sizeof(Elf_Sym);
592 (long)kernel_symtab.sd_symsize/sizeof(Elf_Sym));
729 maxsym = sym + st->sd_symsize / sizeof(Elf_Sym);
770 sz = st->sd_symsize/sizeof(Elf_Sym);
910 sz = st->sd_symsize/sizeof(Elf_Sym);
969 for (i = 0; i < st->sd_symsize/sizeof(Elf_Sym); i++)
973 ksyms_symsz += st->sd_symsize;
1150 st->sd_symsize);
[all...]
H A Dkern_ctf.c123 mc->nsym = st->sd_symsize / sizeof(Elf_Sym);
/netbsd-current/sbin/savecore/
H A Dsavecore.c598 if ((p = malloc(st.sd_symsize)) == NULL)
600 if (ksymsget((u_long)st.sd_symstart, p, st.sd_symsize)) {
604 nw = fwrite(p, 1, st.sd_symsize, fp);
606 if (nw != st.sd_symsize) {
623 if ((p = malloc(st.sd_symsize)) == NULL)

Completed in 187 milliseconds