Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dlivepatch.c21 char secname[KSYM_NAME_LEN]; in arch_klp_init_object_loaded() local
/arch/arm/kernel/
Dmodule.c356 const char *secname = secstrs + s->sh_name; in module_finalize() local
/arch/powerpc/kernel/
Dvdso.c232 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
337 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64()
/arch/s390/kernel/
Dmodule.c445 char *secstrings, *secname; in module_finalize() local
/arch/parisc/kernel/
Dmodule.c944 char *secname = secstrings + s->sh_name; in module_finalize() local
/arch/mips/boot/tools/
Drelocs.c108 static struct section *sec_lookup(const char *secname) in sec_lookup()