Searched refs:sym64_fix (Results 1 – 1 of 1) sorted by relevance
400 Elf64_Sym *sym64_gen, *sym64_fix; in vdso_do_func_patch64() local411 sym64_fix = find_symbol64(v64, fix); in vdso_do_func_patch64()412 if (sym64_fix == NULL) { in vdso_do_func_patch64()416 sym64_gen->st_value = sym64_fix->st_value; in vdso_do_func_patch64()417 sym64_gen->st_size = sym64_fix->st_size; in vdso_do_func_patch64()418 sym64_gen->st_info = sym64_fix->st_info; in vdso_do_func_patch64()419 sym64_gen->st_other = sym64_fix->st_other; in vdso_do_func_patch64()420 sym64_gen->st_shndx = sym64_fix->st_shndx; in vdso_do_func_patch64()