Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dmodule.c427 const char *secname = secstrs + s->sh_name; in module_finalize() local
/linux/scripts/mod/
H A Dmodpost.c508 const char *secname; in parse_elf() local
1076 Elf_Addr faddr, const char *secname, in check_export_symbol()
1444 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.c109 static struct section *sec_lookup(const char *secname) in sec_lookup()