Lines Matching refs:sechdrs
20 const Elf_Shdr *sechdrs, in find_section() argument
26 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
28 if (strcmp(secstrings+sechdrs[i].sh_name, name) == 0) in find_section()
29 return &sechdrs[i]; in find_section()
34 const Elf_Shdr *sechdrs, struct module *me) in module_finalize() argument
39 rc = module_finalize_ftrace(me, sechdrs); in module_finalize()
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()