Lines Matching refs:sechdrs
33 const Elf_Shdr *sechdrs, in find_section() argument
39 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
41 if (strcmp(secstrings+sechdrs[i].sh_name, name) == 0) in find_section()
42 return &sechdrs[i]; in find_section()
47 const Elf_Shdr *sechdrs, struct module *me) in module_finalize() argument
52 rc = module_finalize_ftrace(me, sechdrs); in module_finalize()
57 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize()
63 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize()
70 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize()
78 sect = find_section(hdr, sechdrs, "__spec_barrier_fixup"); in module_finalize()
85 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()