Searched refs:find_section64 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | vdso.c | 386 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64() function 506 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize); in vdso_do_find_sections() 507 v64->dynstr = find_section64(v64->hdr, ".dynstr", NULL); in vdso_do_find_sections() 512 sect = find_section64(v64->hdr, ".text", NULL); in vdso_do_find_sections() 579 start64 = find_section64(v64->hdr, "__ftr_fixup", &size64); in vdso_fixup_features() 584 start64 = find_section64(v64->hdr, "__mmu_ftr_fixup", &size64); in vdso_fixup_features() 589 start64 = find_section64(v64->hdr, "__fw_ftr_fixup", &size64); in vdso_fixup_features() 594 start64 = find_section64(v64->hdr, "__lwsync_fixup", &size64); in vdso_fixup_features()
|