Searched refs:find_section (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/kernel/ |
D | module.c | 22 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function 47 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize() 53 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize() 60 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize() 68 sect = find_section(hdr, sechdrs, ".opd"); in module_finalize() 76 sect = find_section(hdr, sechdrs, "__spec_barrier_fixup"); in module_finalize() 83 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
|
/arch/arm64/kernel/ |
D | module.c | 575 s = find_section(hdr, sechdrs, ".text.ftrace_trampoline"); in module_init_ftrace_plt() 599 s = find_section(hdr, sechdrs, ".hyp.text"); in module_init_hyp() 608 s = find_section(hdr, sechdrs, ".hyp.reloc"); in module_init_hyp() 615 s = find_section(hdr, sechdrs, ".hyp.bss"); in module_init_hyp() 623 s = find_section(hdr, sechdrs, ".hyp.rodata"); in module_init_hyp() 631 s = find_section(hdr, sechdrs, ".hyp.data"); in module_init_hyp() 639 s = find_section(hdr, sechdrs, "_hyp_events"); in module_init_hyp() 645 s = find_section(hdr, sechdrs, ".hyp.event_ids"); in module_init_hyp() 658 s = find_section(hdr, sechdrs, ".hyp.event_ids"); in module_init_hyp() 674 s = find_section(hdr, sechdrs, ".altinstructions"); in module_finalize() [all …]
|
D | alternative.c | 210 alt = find_section(hdr, shdr, ".altinstructions"); in apply_alternatives_vdso()
|
/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()
|
/arch/arm64/include/asm/ |
D | module.h | 92 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
|
/arch/riscv/include/asm/ |
D | module.h | 115 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
|
/arch/riscv/kernel/ |
D | alternative.c | 181 alt = find_section(hdr, shdr, ".alternative"); in apply_vdso_alternatives()
|
D | module.c | 465 s = find_section(hdr, sechdrs, ".alternative"); in module_finalize()
|