Home
last modified time | relevance | path

Searched refs:Elf64_Sym (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c75 Elf64_Sym *sym) in module_emit_plt_entry()
161 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts()
165 Elf64_Sym *s; in count_plts()
257 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt()
261 Elf64_Sym *s = syms + ELF64_R_SYM(rela->r_info); in branch_rela_needs_plt()
271 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas()
297 Elf64_Sym *syms = NULL; in module_frob_arch_sections()
314 syms = (Elf64_Sym *)sechdrs[i].sh_addr; in module_frob_arch_sections()
H A Dmodule.c269 Elf64_Sym *sym; in apply_relocate_add()
280 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule_64.c57 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
81 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
254 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify()
270 static Elf64_Sym *find_dot_toc(Elf64_Shdr *sechdrs, in find_dot_toc()
275 Elf64_Sym *syms; in find_dot_toc()
277 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
278 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
315 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
528 Elf64_Sym *sym; in apply_relocate_add()
550 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
H A Dvdso.c114 Elf64_Sym *dynsym;
360 static Elf64_Sym * __init find_symbol64(struct lib64_elfinfo *lib, in find_symbol64()
366 for (i = 0; i < (lib->dynsymsize / sizeof(Elf64_Sym)); i++) { in find_symbol64()
386 Elf64_Sym *sym = find_symbol64(lib, symname); in find_function64()
400 Elf64_Sym *sym64_gen, *sym64_fix; in vdso_do_func_patch64()
491 Elf64_Sym *sym64; in vdso_fixup_datapage()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvma.c55 Elf64_Sym *dynsym;
102 static Elf64_Sym *find_sym64(const struct vdso_elfinfo64 *e, const char *name) in find_sym64()
106 for (i = 0; i < (e->dynsymsize / sizeof(Elf64_Sym)); i++) { in find_sym64()
107 Elf64_Sym *s = &e->dynsym[i]; in find_sym64()
120 Elf64_Sym *osym = find_sym64(e, orig); in patchsym64()
121 Elf64_Sym *nsym = find_sym64(e, new); in patchsym64()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmodule.c95 nsyms = symtab->sh_size / sizeof(Elf64_Sym); in module_frob_arch_sections()
139 Elf64_Sym *symtab, *sym; in apply_relocate_add()
147 symtab = (Elf64_Sym *)sechdrs[symindex].sh_addr; in apply_relocate_add()
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140_gen_hmac.c32 static Elf64_Sym *syms;
164 num_syms = symtab_shdr->sh_size / sizeof(Elf64_Sym); in main()
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dstartup.c95 Elf64_Sym *dynsym; in handle_relocs()
99 dynsym = (Elf64_Sym *) vmlinux.dynsym_start; in handle_relocs()
/OK3568_Linux_fs/kernel/arch/x86/um/asm/
H A Dmodule.h19 #define Elf_Sym Elf64_Sym
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmodule.h18 #define Elf_Sym Elf64_Sym
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmodule.h34 Elf64_Sym *sym);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmodule.c139 Elf64_Sym *sym; in __apply_relocate_add()
152 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in __apply_relocate_add()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf.h59 typedef Elf64_Sym Elf_Sym;
H A Delf64.h199 } Elf64_Sym; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf.h59 typedef Elf64_Sym Elf_Sym;
H A Delf64.h199 } Elf64_Sym; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf.h59 typedef Elf64_Sym Elf_Sym;
H A Delf64.h199 } Elf64_Sym; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf.h59 typedef Elf64_Sym Elf_Sym;
H A Delf64.h199 } Elf64_Sym; typedef
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmodule.h58 #define Elf_Sym Elf64_Sym
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dlink.h185 extern uintptr_t la_symbind64 (Elf64_Sym *__sym, unsigned int __ndx,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dlink.h185 extern uintptr_t la_symbind64 (Elf64_Sym *__sym, unsigned int __ndx,
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.h58 #define Elf_Sym Elf64_Sym
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h41 #define Elf_Sym Elf64_Sym

12