Home
last modified time | relevance | path

Searched refs:find_section (Results 1 – 11 of 11) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dmodule.c19 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 Dvdso.c91 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 Dmodule.h41 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/linux/arch/arm64/kernel/
H A Dmodule.c460 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 Dalternative.c210 alt = find_section(hdr, shdr, ".altinstructions"); in apply_alternatives_vdso()
/linux/arch/arm64/include/asm/
H A Dmodule.h53 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/linux/arch/riscv/include/asm/
H A Dmodule.h115 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/linux/arch/s390/kernel/
H A Dvdso.c171 alt = find_section(hdr, shdr, ".altinstructions"); in vdso_apply_alternatives()
/linux/arch/riscv/kernel/
H A Dalternative.c181 alt = find_section(hdr, shdr, ".alternative"); in apply_vdso_alternatives()
H A Dmodule.c902 s = find_section(hdr, sechdrs, ".alternative"); in module_finalize()
/linux/tools/perf/util/
H A Dconfig.c621 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()