Home
last modified time | relevance | path

Searched refs:module_dwarf_cleanup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Ddwarf.h380 extern void module_dwarf_cleanup(struct module *);
411 #define module_dwarf_cleanup(mod) do { } while (0) macro
/openbmc/linux/arch/sh/kernel/
H A Dmodule.c103 module_dwarf_cleanup(mod); in module_arch_cleanup()
H A Ddwarf.c1130 void module_dwarf_cleanup(struct module *mod) in module_dwarf_cleanup() function