sym64_fix         406 arch/powerpc/kernel/vdso.c 	Elf64_Sym *sym64_gen, *sym64_fix;
sym64_fix         417 arch/powerpc/kernel/vdso.c 	sym64_fix = find_symbol64(v64, fix);
sym64_fix         418 arch/powerpc/kernel/vdso.c 	if (sym64_fix == NULL) {
sym64_fix         422 arch/powerpc/kernel/vdso.c 	sym64_gen->st_value = sym64_fix->st_value;
sym64_fix         423 arch/powerpc/kernel/vdso.c 	sym64_gen->st_size = sym64_fix->st_size;
sym64_fix         424 arch/powerpc/kernel/vdso.c 	sym64_gen->st_info = sym64_fix->st_info;
sym64_fix         425 arch/powerpc/kernel/vdso.c 	sym64_gen->st_other = sym64_fix->st_other;
sym64_fix         426 arch/powerpc/kernel/vdso.c 	sym64_gen->st_shndx = sym64_fix->st_shndx;