/src/sys/kern/ |
kern_ksyms.c | 331 void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap) 356 tab->sd_ctfstart = ctfstart; 506 char *ctfstart = NULL; local in function:ksyms_addsyms_elf 567 ctfstart = (uint8_t *)start + shdr[i].sh_offset; 572 ctfstart, ctfsize); 587 &kernel_symtab, symstart, ctfstart, ctfsize, ksyms_nmap);
|
kern_ksyms.c | 331 void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap) 356 tab->sd_ctfstart = ctfstart; 506 char *ctfstart = NULL; local in function:ksyms_addsyms_elf 567 ctfstart = (uint8_t *)start + shdr[i].sh_offset; 572 ctfstart, ctfsize); 587 &kernel_symtab, symstart, ctfstart, ctfsize, ksyms_nmap);
|
kern_ksyms.c | 331 void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap) 356 tab->sd_ctfstart = ctfstart; 506 char *ctfstart = NULL; local in function:ksyms_addsyms_elf 567 ctfstart = (uint8_t *)start + shdr[i].sh_offset; 572 ctfstart, ctfsize); 587 &kernel_symtab, symstart, ctfstart, ctfsize, ksyms_nmap);
|