Lines Matching refs:Elf64_Sym
61 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
74 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
269 Elf64_Sym *sym; in count_pcpu_relocs()
272 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in count_pcpu_relocs()
362 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify()
378 static Elf64_Sym *find_dot_toc(Elf64_Shdr *sechdrs, in find_dot_toc()
383 Elf64_Sym *syms; in find_dot_toc()
385 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
386 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
434 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
771 Elf64_Sym *sym; in apply_relocate_add()
794 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()