Home
last modified time | relevance | path

Searched refs:secstr (Results 1 – 2 of 2) sorted by relevance

/arch/arc/kernel/
Dmodule.c30 char *secstr, struct module *mod) in module_frob_arch_sections() argument
36 mod->arch.secstr = secstr; in module_frob_arch_sections()
70 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()
89 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add()
117 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
/arch/arc/include/asm/
Dmodule.h22 const char *secstr; member