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()
279 Elf64_Sym *sym; in count_pcpu_relocs()
282 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in count_pcpu_relocs()
390 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify()
406 static Elf64_Sym *find_dot_toc(Elf64_Shdr *sechdrs, in find_dot_toc()
411 Elf64_Sym *syms; in find_dot_toc()
413 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
414 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
464 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
801 Elf64_Sym *sym; in apply_relocate_add()
824 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()