Searched refs:sym32_fix (Results 1 – 1 of 1) sorted by relevance
295 Elf32_Sym *sym32_gen, *sym32_fix; in vdso_do_func_patch32() local306 sym32_fix = find_symbol32(v32, fix); in vdso_do_func_patch32()307 if (sym32_fix == NULL) { in vdso_do_func_patch32()311 sym32_gen->st_value = sym32_fix->st_value; in vdso_do_func_patch32()312 sym32_gen->st_size = sym32_fix->st_size; in vdso_do_func_patch32()313 sym32_gen->st_info = sym32_fix->st_info; in vdso_do_func_patch32()314 sym32_gen->st_other = sym32_fix->st_other; in vdso_do_func_patch32()315 sym32_gen->st_shndx = sym32_fix->st_shndx; in vdso_do_func_patch32()