Home
last modified time | relevance | path

Searched refs:sym32_fix (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dvdso.c358 Elf32_Sym *sym32_gen, *sym32_fix; in vdso_do_func_patch32() local
369 sym32_fix = find_symbol32(v32, fix); in vdso_do_func_patch32()
370 if (sym32_fix == NULL) { in vdso_do_func_patch32()
374 sym32_gen->st_value = sym32_fix->st_value; in vdso_do_func_patch32()
375 sym32_gen->st_size = sym32_fix->st_size; in vdso_do_func_patch32()
376 sym32_gen->st_info = sym32_fix->st_info; in vdso_do_func_patch32()
377 sym32_gen->st_other = sym32_fix->st_other; in vdso_do_func_patch32()
378 sym32_gen->st_shndx = sym32_fix->st_shndx; in vdso_do_func_patch32()