Searched refs:sym32_gen (Results 1 – 1 of 1) sorted by relevance
318 Elf32_Sym *sym32_gen, *sym32_fix; in vdso_do_func_patch32() local320 sym32_gen = find_symbol32(v32, orig); in vdso_do_func_patch32()321 if (sym32_gen == NULL) { in vdso_do_func_patch32()326 sym32_gen->st_name = 0; in vdso_do_func_patch32()334 sym32_gen->st_value = sym32_fix->st_value; in vdso_do_func_patch32()335 sym32_gen->st_size = sym32_fix->st_size; in vdso_do_func_patch32()336 sym32_gen->st_info = sym32_fix->st_info; in vdso_do_func_patch32()337 sym32_gen->st_other = sym32_fix->st_other; in vdso_do_func_patch32()338 sym32_gen->st_shndx = sym32_fix->st_shndx; in vdso_do_func_patch32()