Searched refs:find_section32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | vdso.c | 255 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32() function 467 v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize); in vdso_do_find_sections() 468 v32->dynstr = find_section32(v32->hdr, ".dynstr", NULL); in vdso_do_find_sections() 473 sect = find_section32(v32->hdr, ".text", NULL); in vdso_do_find_sections() 578 start = find_section32(v32->hdr, "__ftr_fixup", &size); in vdso_fixup_features() 583 start = find_section32(v32->hdr, "__mmu_ftr_fixup", &size); in vdso_fixup_features() 589 start = find_section32(v32->hdr, "__fw_ftr_fixup", &size); in vdso_fixup_features() 595 start = find_section32(v32->hdr, "__lwsync_fixup", &size); in vdso_fixup_features()
|