Searched refs:sym64_gen (Results 1 – 1 of 1) sorted by relevance
400 Elf64_Sym *sym64_gen, *sym64_fix; in vdso_do_func_patch64() local402 sym64_gen = find_symbol64(v64, orig); in vdso_do_func_patch64()403 if (sym64_gen == NULL) { in vdso_do_func_patch64()408 sym64_gen->st_name = 0; 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()