Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
Dmodule.c864 Elf_Shdr *symhdr = NULL; in module_finalize() local
892 symhdr = (Elf_Shdr *)&sechdrs[i]; in module_finalize()
899 me->name, strtab, symhdr); in module_finalize()
911 if(symhdr == NULL) in module_finalize()
914 oldptr = (void *)symhdr->sh_addr; in module_finalize()
916 nsyms = symhdr->sh_size / sizeof(Elf_Sym); in module_finalize()
931 nsyms = newptr - (Elf_Sym *)symhdr->sh_addr; in module_finalize()
933 symhdr->sh_size = nsyms * sizeof(Elf_Sym); in module_finalize()
/linux-4.1.27/scripts/
Drecordmcount.h420 Elf_Shdr const *const symhdr, in find_secsym_ndx() argument
423 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset) in find_secsym_ndx()
425 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize); in find_secsym_ndx()