sym32_fix         295 arch/powerpc/kernel/vdso.c 	Elf32_Sym *sym32_gen, *sym32_fix;
sym32_fix         306 arch/powerpc/kernel/vdso.c 	sym32_fix = find_symbol32(v32, fix);
sym32_fix         307 arch/powerpc/kernel/vdso.c 	if (sym32_fix == NULL) {
sym32_fix         311 arch/powerpc/kernel/vdso.c 	sym32_gen->st_value = sym32_fix->st_value;
sym32_fix         312 arch/powerpc/kernel/vdso.c 	sym32_gen->st_size = sym32_fix->st_size;
sym32_fix         313 arch/powerpc/kernel/vdso.c 	sym32_gen->st_info = sym32_fix->st_info;
sym32_fix         314 arch/powerpc/kernel/vdso.c 	sym32_gen->st_other = sym32_fix->st_other;
sym32_fix         315 arch/powerpc/kernel/vdso.c 	sym32_gen->st_shndx = sym32_fix->st_shndx;