Searched refs:symhdr (Results 1 – 2 of 2) sorted by relevance
867 Elf_Shdr *symhdr = NULL; in module_finalize() local896 symhdr = (Elf_Shdr *)&sechdrs[i]; in module_finalize()903 me->name, strtab, symhdr); in module_finalize()915 if(symhdr == NULL) in module_finalize()918 oldptr = (void *)symhdr->sh_addr; in module_finalize()920 nsyms = symhdr->sh_size / sizeof(Elf_Sym); in module_finalize()935 nsyms = newptr - (Elf_Sym *)symhdr->sh_addr; in module_finalize()937 symhdr->sh_size = nsyms * sizeof(Elf_Sym); in module_finalize()
520 Elf_Shdr const *const symhdr, in find_secsym_ndx() argument525 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()