Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dvdso.c406 Elf64_Sym *sym64_gen, *sym64_fix; in vdso_do_func_patch64() local
417 sym64_fix = find_symbol64(v64, fix); in vdso_do_func_patch64()
418 if (sym64_fix == NULL) { in vdso_do_func_patch64()
422 sym64_gen->st_value = sym64_fix->st_value; in vdso_do_func_patch64()
423 sym64_gen->st_size = sym64_fix->st_size; in vdso_do_func_patch64()
424 sym64_gen->st_info = sym64_fix->st_info; in vdso_do_func_patch64()
425 sym64_gen->st_other = sym64_fix->st_other; in vdso_do_func_patch64()
426 sym64_gen->st_shndx = sym64_fix->st_shndx; in vdso_do_func_patch64()