find_section32 444 arch/powerpc/kernel/vdso.c v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize); find_section32 445 arch/powerpc/kernel/vdso.c v32->dynstr = find_section32(v32->hdr, ".dynstr", NULL); find_section32 450 arch/powerpc/kernel/vdso.c sect = find_section32(v32->hdr, ".text", NULL); find_section32 555 arch/powerpc/kernel/vdso.c start = find_section32(v32->hdr, "__ftr_fixup", &size); find_section32 560 arch/powerpc/kernel/vdso.c start = find_section32(v32->hdr, "__mmu_ftr_fixup", &size); find_section32 566 arch/powerpc/kernel/vdso.c start = find_section32(v32->hdr, "__fw_ftr_fixup", &size); find_section32 572 arch/powerpc/kernel/vdso.c start = find_section32(v32->hdr, "__lwsync_fixup", &size);