Home
last modified time | relevance | path

Searched refs:secstrs (Results 1 – 5 of 5) sorted by relevance

/arch/s390/include/asm/
A Dmodule.h45 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
49 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
/arch/arm64/include/asm/
A Dmodule.h58 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
61 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
/arch/riscv/include/asm/
A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
123 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
/arch/loongarch/kernel/
A Dmodule.c513 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
517 if (!strcmp(".altinstructions", secstrs + s->sh_name)) in module_finalize()
519 if (!strcmp(".orc_unwind", secstrs + s->sh_name)) in module_finalize()
521 if (!strcmp(".orc_unwind_ip", secstrs + s->sh_name)) in module_finalize()
523 if (!strcmp(".ftrace_trampoline", secstrs + s->sh_name)) in module_finalize()
/arch/arm/kernel/
A Dmodule.c402 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local
405 if (strcmp(name, secstrs + s->sh_name) == 0) in find_mod_section()
419 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
427 const char *secname = secstrs + s->sh_name; in module_finalize()

Completed in 7 milliseconds