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