Home
last modified time | relevance | path

Searched refs:symhdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/parisc/kernel/
Dmodule.c850 Elf_Shdr *symhdr = NULL; in module_finalize() local
879 symhdr = (Elf_Shdr *)&sechdrs[i]; in module_finalize()
886 me->name, strtab, symhdr); in module_finalize()
898 if(symhdr == NULL) in module_finalize()
901 oldptr = (void *)symhdr->sh_addr; in module_finalize()
903 nsyms = symhdr->sh_size / sizeof(Elf_Sym); in module_finalize()
918 nsyms = newptr - (Elf_Sym *)symhdr->sh_addr; in module_finalize()
920 symhdr->sh_size = nsyms * sizeof(Elf_Sym); in module_finalize()
/Linux-v6.6/scripts/
Drecordmcount.h520 Elf_Shdr const *const symhdr, in find_secsym_ndx() argument
525 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset) in find_secsym_ndx()
527 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize); in find_secsym_ndx()