find_section64    459 arch/powerpc/kernel/vdso.c 	v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize);
find_section64    460 arch/powerpc/kernel/vdso.c 	v64->dynstr = find_section64(v64->hdr, ".dynstr", NULL);
find_section64    465 arch/powerpc/kernel/vdso.c 	sect = find_section64(v64->hdr, ".text", NULL);
find_section64    533 arch/powerpc/kernel/vdso.c 	start = find_section64(v64->hdr, "__ftr_fixup", &size);
find_section64    538 arch/powerpc/kernel/vdso.c 	start = find_section64(v64->hdr, "__mmu_ftr_fixup", &size);
find_section64    543 arch/powerpc/kernel/vdso.c 	start = find_section64(v64->hdr, "__fw_ftr_fixup", &size);
find_section64    548 arch/powerpc/kernel/vdso.c 	start = find_section64(v64->hdr, "__lwsync_fixup", &size);