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