Lines Matching refs:secstrings
282 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
285 if (!strcmp(".altinstructions", secstrings + s->sh_name)) in module_finalize()
287 if (!strcmp(".smp_locks", secstrings + s->sh_name)) in module_finalize()
289 if (!strcmp(".parainstructions", secstrings + s->sh_name)) in module_finalize()
291 if (!strcmp(".orc_unwind", secstrings + s->sh_name)) in module_finalize()
293 if (!strcmp(".orc_unwind_ip", secstrings + s->sh_name)) in module_finalize()
295 if (!strcmp(".retpoline_sites", secstrings + s->sh_name)) in module_finalize()
297 if (!strcmp(".return_sites", secstrings + s->sh_name)) in module_finalize()
299 if (!strcmp(".call_sites", secstrings + s->sh_name)) in module_finalize()
301 if (!strcmp(".cfi_sites", secstrings + s->sh_name)) in module_finalize()
303 if (!strcmp(".ibt_endbr_seal", secstrings + s->sh_name)) in module_finalize()