Home
last modified time | relevance | path

Searched defs:secname (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/kernel/
H A Dmodule.c427 const char *secname = secstrs + s->sh_name; in module_finalize() local
/linux/arch/parisc/kernel/
H A Dmodule.c914 char *secname = secstrings + s->sh_name; in module_finalize() local
/linux/arch/mips/boot/tools/
H A Drelocs.c108 static struct section *sec_lookup(const char *secname) in sec_lookup()