Lines Matching refs:nmap
331 void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap)
340 if ((nmap == ksyms_nmap) && (nsyms >= KSYMS_MAX_ID)) {
358 tab->sd_nmap = nmap;
366 if (nmap) {
367 memset(nmap, 0, nsyms * sizeof(uint32_t));
405 if (nmap != NULL) {
410 nmap[i] = nsym[n].st_size;
455 if (nmap != NULL) {
459 uint32_t size = nmap[orig];
461 nmap[orig] = new + 1;
813 void *nmap;
816 nmap = kmem_zalloc(symsize / sizeof(Elf_Sym) * sizeof (uint32_t),
820 NULL, 0, nmap);