Searched refs:find_section (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | module.c | 19 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function 44 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize() 50 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize() 57 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize() 65 sect = find_section(hdr, sechdrs, ".opd"); 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()
|
/linux/arch/arm/kernel/ |
H A D | vdso.c | 91 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section() function 155 einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize); in patch_vdso() 156 einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL); in patch_vdso()
|
/linux/arch/s390/include/asm/ |
H A D | module.h | 41 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
|
/linux/arch/arm64/kernel/ |
H A D | module.c | 460 s = find_section(hdr, sechdrs, ".text.ftrace_trampoline"); in module_init_ftrace_plt() 480 s = find_section(hdr, sechdrs, ".altinstructions"); in module_finalize() 485 s = find_section(hdr, sechdrs, ".init.eh_frame"); in module_finalize()
|
H A D | alternative.c | 210 alt = find_section(hdr, shdr, ".altinstructions"); in apply_alternatives_vdso()
|
/linux/arch/arm64/include/asm/ |
H A D | module.h | 53 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
|
/linux/arch/riscv/include/asm/ |
H A D | module.h | 115 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
|
/linux/arch/s390/kernel/ |
H A D | vdso.c | 171 alt = find_section(hdr, shdr, ".altinstructions"); in vdso_apply_alternatives()
|
/linux/arch/riscv/kernel/ |
H A D | alternative.c | 181 alt = find_section(hdr, shdr, ".alternative"); in apply_vdso_alternatives()
|
H A D | module.c | 902 s = find_section(hdr, sechdrs, ".alternative"); in module_finalize()
|
/linux/tools/perf/util/ |
H A D | config.c | 621 static struct perf_config_section *find_section(struct list_head *sections, in find_section() function 722 section = find_section(sections, section_name); in collect_config()
|