Lines Matching defs:module
72 #define MODNOTESFMT "/sys/module/%s/notes"
75 #define SECADDRDIRFMT "/sys/module/%s/sections/"
76 #define MODULE_SECT_NAME_LEN 32 /* Minimum any linux/module.h has had. */
239 int (*predicate) (const char *module, const char *file))
297 int (*predicate) (const char *module, const char *file))
377 int (*predicate) (const char *module,
432 call that the module name. Modules could well be
435 __this_module.name contents in the module's text. */
636 /* Found it. For a module we must figure out its VADDR now. */
661 /* Look for a build ID for a loaded kernel module. */
813 the name of the .ko file installed and the module name the kernel
814 knows it by when it's loaded. The kernel's only idea of the module
818 In practice, these module names match the .ko file names except for
820 two files when either a '_' or '-' appears in a module name, one using
895 We read the information from /sys/module directly. */