Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/kernel/
Dmodule.c427 const char *secname = secstrs + s->sh_name; in module_finalize() local
/linux-6.12.1/arch/s390/kernel/
Dmodule.c496 char *secstrings, *secname; in module_finalize() local
/linux-6.12.1/scripts/mod/
Dmodpost.c502 const char *secname; in parse_elf() local
1058 Elf_Addr faddr, const char *secname, in check_export_symbol()
1426 const char *secname = sec_name(elf, secndx); in check_sec_ref() local
/linux-6.12.1/arch/parisc/kernel/
Dmodule.c914 char *secname = secstrings + s->sh_name; in module_finalize() local
/linux-6.12.1/arch/mips/boot/tools/
Drelocs.c108 static struct section *sec_lookup(const char *secname) in sec_lookup()