Searched refs:find_section64 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | vdso.c | 360 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64() function 482 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize); in vdso_do_find_sections() 483 v64->dynstr = find_section64(v64->hdr, ".dynstr", NULL); in vdso_do_find_sections() 488 sect = find_section64(v64->hdr, ".text", NULL); in vdso_do_find_sections() 556 start = find_section64(v64->hdr, "__ftr_fixup", &size); in vdso_fixup_features() 561 start = find_section64(v64->hdr, "__mmu_ftr_fixup", &size); in vdso_fixup_features() 566 start = find_section64(v64->hdr, "__fw_ftr_fixup", &size); in vdso_fixup_features() 571 start = find_section64(v64->hdr, "__lwsync_fixup", &size); in vdso_fixup_features()
|