Searched refs:find_section (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/kernel/ |
D | module.c | 32 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function 52 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize() 58 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize() 65 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize() 73 sect = find_section(hdr, sechdrs, "__spec_barrier_fixup"); in module_finalize() 80 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
|
/arch/arm/kernel/ |
D | vdso.c | 104 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section() function 168 einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize); in patch_vdso() 169 einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL); in patch_vdso()
|