/src/sys/sys/ |
kern_ctf.h | 42 uint32_t *nmap; /* symbol id map */ member in struct:mod_ctf
|
kern_ctf.h | 42 uint32_t *nmap; /* symbol id map */ member in struct:mod_ctf
|
/src/sys/kern/ |
kern_ksyms.c | 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; local in function:ksyms_modload [all...] |
kern_ksyms.c | 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; local in function:ksyms_modload [all...] |