Searched refs:sym64_fix (Results 1 – 1 of 1) sorted by relevance
429 Elf64_Sym *sym64_gen, *sym64_fix; in vdso_do_func_patch64() local440 sym64_fix = find_symbol64(v64, fix); in vdso_do_func_patch64()441 if (sym64_fix == NULL) { in vdso_do_func_patch64()445 sym64_gen->st_value = sym64_fix->st_value; in vdso_do_func_patch64()446 sym64_gen->st_size = sym64_fix->st_size; in vdso_do_func_patch64()447 sym64_gen->st_info = sym64_fix->st_info; in vdso_do_func_patch64()448 sym64_gen->st_other = sym64_fix->st_other; in vdso_do_func_patch64()449 sym64_gen->st_shndx = sym64_fix->st_shndx; in vdso_do_func_patch64()