Searched refs:find_section32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | vdso.c | 295 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32() function 492 v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize); in vdso_do_find_sections() 493 v32->dynstr = find_section32(v32->hdr, ".dynstr", NULL); in vdso_do_find_sections() 498 sect = find_section32(v32->hdr, ".text", NULL); in vdso_do_find_sections() 600 start32 = find_section32(v32->hdr, "__ftr_fixup", &size32); in vdso_fixup_features() 605 start32 = find_section32(v32->hdr, "__mmu_ftr_fixup", &size32); in vdso_fixup_features() 611 start32 = find_section32(v32->hdr, "__fw_ftr_fixup", &size32); in vdso_fixup_features() 617 start32 = find_section32(v32->hdr, "__lwsync_fixup", &size32); in vdso_fixup_features()
|