Home
last modified time | relevance | path

Searched defs:modname (Results 1 - 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/tools/include/linux/
H A Dkallsyms.h13 kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) kallsyms_lookup() argument
/kernel/linux/linux-6.6/tools/include/linux/
H A Dkallsyms.h13 kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) kallsyms_lookup() argument
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.c87 get_debug_module(const char *modname) in get_debug_module() argument
/third_party/ltp/testcases/kernel/syscalls/delete_module/
H A Ddelete_module02.c39 static char modname[20]; variable
42 char *modname; member
/third_party/python/Python/
H A Dfuture.c93 identifier modname = s->v.ImportFrom.module; in future_parse() local
H A Dimportdl.c42 PyObject *modname = NULL; in get_encoded_name() local
/third_party/elfutils/tests/
H A Dline2addr.c45 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address() local
68 handle_module(Dwfl_Module *mod __attribute__ ((unused)), void **udata __attribute__ ((unused)), const char *modname, Dwarf_Addr base __attribute__ ((unused)), Dwarf *dbg __attribute__ ((unused)), Dwarf_Addr bias __attribute__ ((unused)), void *arg) handle_module() argument
H A Dfuncscopes.c129 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() local
H A Ddwfllines.c49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main() local
/third_party/python/Lib/ctypes/test/
H A Dtest_values.py72 modname = entry.name.decode("ascii") variable in PythonValuesTestCase.test_frozentable.struct_frozen
/kernel/linux/linux-6.6/drivers/base/
H A Dauxiliary.c313 int __auxiliary_device_add(struct auxiliary_device *auxdev, const char *modname) in __auxiliary_device_add() argument
377 __auxiliary_driver_register(struct auxiliary_driver *auxdrv, struct module *owner, const char *modname) __auxiliary_driver_register() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dkallsyms.h157 static inline int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name) in lookup_symbol_attrs() argument
126 kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) kallsyms_lookup() argument
H A Ddynamic_debug.h19 const char *modname; member
182 ddebug_add_module(struct _ddebug *tab, unsigned int n, const char *modname) ddebug_add_module() argument
193 ddebug_dyndbg_module_param_cb(char *param, char *val, const char *modname) ddebug_dyndbg_module_param_cb() argument
/kernel/linux/linux-6.6/include/linux/
H A Dkallsyms.h114 kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) kallsyms_lookup() argument
H A Ddynamic_debug.h21 const char *modname; member
331 ddebug_dyndbg_module_param_cb(char *param, char *val, const char *modname) ddebug_dyndbg_module_param_cb() argument
/third_party/python/Lib/test/
H A Dtest_file_eintr.py187 modname = '_io' variable in CTestFileIOSignalInterrupt
190 modname = '_pyio' variable in PyTestFileIOSignalInterrupt
209 modname = '_io' variable in CTestBufferedIOSignalInterrupt
212 modname = '_pyio' variable in PyTestBufferedIOSignalInterrupt
248 modname = '_io' variable in CTestTextIOSignalInterrupt
251 modname = '_pyio' variable in PyTestTextIOSignalInterrupt
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dtraps.c90 char *modname; in do_show_stack() local
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H A Dtraps.c86 char *modname; in do_show_stack() local
/kernel/linux/linux-5.10/scripts/mod/
H A Dsumversion.c393 void get_src_version(const char *modname, char sum[], unsigned sumlen) in get_src_version() argument
/kernel/linux/linux-6.6/scripts/mod/
H A Dsumversion.c391 void get_src_version(const char *modname, char sum[], unsigned sumlen) in get_src_version() argument
/third_party/backends/backend/
H A Dsm3840.c566 add_sm_device (SANE_String_Const devname, SANE_String_Const modname) in add_sm_device() argument
/third_party/musl/porting/linux/user/src/locale/
H A Ddcngettext.c207 const char *dirname, *locname, *catname, *modname, *locp; in dcngettext() local
/third_party/musl/src/locale/
H A Ddcngettext.c181 const char *dirname, *locname, *catname, *modname, *locp; in dcngettext() local
/third_party/python/Tools/scripts/
H A Dfreeze_modules.py247 def modname(self): global() member in FrozenSource
299 def modname(self): global() member in FrozenModule
[all...]
/kernel/linux/linux-6.6/kernel/module/
H A Dkallsyms.c476 int module_kallsyms_on_each_symbol(const char *modname, in module_kallsyms_on_each_symbol() argument
324 module_address_lookup(unsigned long addr, unsigned long *size, unsigned long *offset, char **modname, const unsigned char **modbuildid, char *namebuf) module_address_lookup() argument

Completed in 12 milliseconds

123