Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dmodule.c427 const char *secname = secstrs + s->sh_name; in module_finalize() local
/linux/arch/s390/kernel/
H A Dmodule.c496 char *secstrings, *secname; in module_finalize() local
/linux/scripts/mod/
H A Dmodpost.c508 const char *secname; in parse_elf() local
1067 Elf_Addr faddr, const char *secname, in check_export_symbol()
1435 const char *secname = sec_name(elf, secndx); in check_sec_ref() 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()