| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.build | 160 modname = $(basetarget) 162 $(multi-objs-m) : modname = $(modname-multi) 163 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 164 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 165 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 166 $(multi-objs-y) : modname = $(modname-multi) 167 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 168 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 169 $(multi-objs-y:.o=.lst) : modname = $(modname-multi)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.build | 138 modname = $(basetarget) 140 $(multi-objs-m) : modname = $(modname-multi) 141 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 142 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 143 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 144 $(multi-objs-y) : modname = $(modname-multi) 145 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 146 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 147 $(multi-objs-y:.o=.lst) : modname = $(modname-multi)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.build | 138 modname = $(basetarget) 140 $(multi-objs-m) : modname = $(modname-multi) 141 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 142 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 143 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 144 $(multi-objs-y) : modname = $(modname-multi) 145 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 146 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 147 $(multi-objs-y:.o=.lst) : modname = $(modname-multi)
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 371 struct ddebug_query *query, const char *modname) in ddebug_parse_query() argument 423 if (!query->module && modname) in ddebug_parse_query() 428 query->module = modname; in ddebug_parse_query() 489 static int ddebug_exec_query(char *query_string, const char *modname) in ddebug_exec_query() argument 507 if (ddebug_parse_query(words, nwords-1, &query, modname)) { in ddebug_exec_query() 522 static int ddebug_exec_queries(char *query, const char *modname) in ddebug_exec_queries() argument 538 rc = ddebug_exec_query(query, modname); in ddebug_exec_queries() 581 desc->modname); in dynamic_emit_prefix() 949 const char *modname, int on_err) in ddebug_dyndbg_param_cb() argument 957 modname = param; in ddebug_dyndbg_param_cb() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kallsyms.c | 307 char **modname, char *namebuf) in kallsyms_lookup() argument 321 if (modname) in kallsyms_lookup() 322 *modname = NULL; in kallsyms_lookup() 330 modname, namebuf); in kallsyms_lookup() 333 offset, modname, namebuf); in kallsyms_lookup() 337 offset, modname, namebuf); in kallsyms_lookup() 371 unsigned long *offset, char *modname, char *name) in lookup_symbol_attrs() argument 385 modname[0] = '\0'; in lookup_symbol_attrs() 389 res = lookup_module_symbol_attrs(addr, size, offset, modname, name); in lookup_symbol_attrs() 402 char *modname; in __sprint_symbol() local [all …]
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 157 static struct module *find_module(const char *modname) in find_module() argument 162 if (strcmp(mod->name, modname) == 0) in find_module() 167 static struct module *new_module(const char *modname) in new_module() argument 171 mod = NOFAIL(malloc(sizeof(*mod) + strlen(modname) + 1)); in new_module() 175 strcpy(mod->name, modname); in new_module() 176 mod->is_vmlinux = (strcmp(modname, "vmlinux") == 0); in new_module() 905 static void check_section(const char *modname, struct elf_info *elf, in check_section() argument 917 modname, sec); in check_section() 1034 void (*handler)(const char *modname, struct elf_info *elf, 1040 static void extable_mismatch_handler(const char *modname, struct elf_info *elf, [all …]
|
| H A D | sumversion.c | 388 void get_src_version(const char *modname, char sum[], unsigned sumlen) in get_src_version() argument 396 if (strends(modname, ".lto.o")) in get_src_version() 401 (int)strlen(modname) - postfix_len, modname); in get_src_version() 408 warn("bad ending versions file for %s\n", modname); in get_src_version()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dynamic_debug.h | 19 const char *modname; member 54 const char *modname); 60 const char *modname); 85 .modname = KBUILD_MODNAME, \ 183 const char *modname) in ddebug_add_module() argument 194 const char *modname) in ddebug_dyndbg_module_param_cb() argument
|
| H A D | kallsyms.h | 91 char **modname, char *namebuf); 99 …l_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name); 129 char **modname, char *namebuf) in kallsyms_lookup() argument 157 …ol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name) in lookup_symbol_attrs() argument
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scancpan | 639 my $modname = ${$dep}{module}; 640 next if $modname eq q{perl}; 641 next if $modname =~ m|^Alien|; 642 next if $modname =~ m|^Win32|; 643 next if !($test && $top) && $modname =~ m|^Test|; 644 next if Module::CoreList::is_core( $modname, undef, $] ); 650 my $distname = $mcpan->module( $modname )->{distribution}; 822 my $modname = $distname; 823 $modname =~ s|-|::|g; 866 say {$fh} qq{ self.module_test("${modname}")};
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-move-fprintf-into-same-block-where-modname-and-symna.patch | 4 Subject: [PATCH] move fprintf into same block where modname and symname are 7 In its current state if mod turns out to be NULL then modname and 28 + modname, symname, off, pc); 33 - modname, symname, off, pc);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | freeradius-avoid-searching-host-dirs.patch | 49 @@ -57,14 +57,14 @@ if test x$with_[]modname != xno; then 70 @@ -56,14 +56,14 @@ if test x$with_[]modname != xno; then 91 @@ -57,14 +57,14 @@ if test x$with_[]modname != xno; then 112 @@ -136,7 +136,7 @@ if test x$with_[]modname != xno; then 121 @@ -145,7 +145,7 @@ if test x$with_[]modname != xno; then 130 @@ -189,7 +189,7 @@ if test x$with_[]modname != xno; then 143 @@ -63,7 +63,7 @@ if test x$with_[]modname != xno; then 156 @@ -41,7 +41,7 @@ if test x$with_[]modname != xno; then 165 @@ -76,7 +76,7 @@ if test x$with_[]modname != xno; then 178 @@ -57,14 +57,14 @@ if test x$with_[]modname != xno; then
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | __init__.py | 163 modname = "%s.%s.%s" % ( __name__, package, py_file[:-3] ) 165 if modname in sys.modules: 167 reload(__import__(modname)) 169 __import__(modname)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | __init__.py | 163 modname = "%s.%s.%s" % ( __name__, package, py_file[:-3] ) 165 if modname in sys.modules: 167 reload(__import__(modname)) 169 __import__(modname)
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | twl4030-irq.c | 80 #define SIH_INITIALIZER(modname, nbits) \ argument 81 .module = TWL4030_MODULE_ ## modname, \ 82 .control_offset = TWL4030_ ## modname ## _SIH_CTRL, \ 85 .edr_offset = TWL4030_ ## modname ## _EDR, \ 89 .isr_offset = TWL4030_ ## modname ## _ISR1, \ 90 .imr_offset = TWL4030_ ## modname ## _IMR1, \ 93 .isr_offset = TWL4030_ ## modname ## _ISR2, \ 94 .imr_offset = TWL4030_ ## modname ## _IMR2, \
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | traps.c | 90 char *modname; in do_show_stack() local 125 name = kallsyms_lookup(ip, &size, &offset, &modname, tmpstr); in do_show_stack() 130 if (modname) in do_show_stack() 131 printk(KERN_CONT " [%s] ", modname); in do_show_stack()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/loader/ |
| H A D | loadmod.c | 434 data->modname ? data->modname : "UNKNOWN!", in CheckVersion() 849 const char *name = mod->VersionInfo->modname; in UnloadModule() 911 LoaderErrorMsg(const char *name, const char *modname, int errmaj, int errmin) in LoaderErrorMsg() argument 953 name, modname, msg, errmin); in LoaderErrorMsg() 956 modname, msg, errmin); in LoaderErrorMsg() 961 LoaderGetCanonicalName(const char *modname, PatternPtr patterns) in LoaderGetCanonicalName() argument 970 s = strrchr(modname, '/'); in LoaderGetCanonicalName() 972 s = modname; in LoaderGetCanonicalName()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.lib | 82 modname-multi = $(subst $(space),:,$(sort $(foreach m,$(multi-used),\ 85 modname = $(if $(modname-multi),$(modname-multi),$(basetarget)) 92 modname_flags = -DKBUILD_MODNAME=$(call name-fix,$(modname))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.lib | 82 modname-multi = $(subst $(space),:,$(sort $(foreach m,$(multi-used),\ 85 modname = $(if $(modname-multi),$(modname-multi),$(basetarget)) 92 modname_flags = -DKBUILD_MODNAME=$(call name-fix,$(modname))
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.lib | 120 modname-multi = $(sort $(foreach m,$(multi-used),\ 123 __modname = $(if $(modname-multi),$(modname-multi),$(basetarget)) 125 modname = $(subst $(space),:,$(__modname)) 137 modname_flags = -DKBUILD_MODNAME=$(call name-fix,$(modname)) \ 138 -D__KBUILD_MODNAME=kmod_$(call name-fix-token,$(modname))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.lib | 120 modname-multi = $(sort $(foreach m,$(multi-used),\ 123 __modname = $(if $(modname-multi),$(modname-multi),$(basetarget)) 125 modname = $(subst $(space),:,$(__modname)) 137 modname_flags = -DKBUILD_MODNAME=$(call name-fix,$(modname)) \ 138 -D__KBUILD_MODNAME=kmod_$(call name-fix-token,$(modname))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.lib | 120 modname-multi = $(sort $(foreach m,$(multi-used),\ 123 __modname = $(if $(modname-multi),$(modname-multi),$(basetarget)) 125 modname = $(subst $(space),:,$(__modname)) 137 modname_flags = -DKBUILD_MODNAME=$(call name-fix,$(modname)) \ 138 -D__KBUILD_MODNAME=kmod_$(call name-fix-token,$(modname))
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | automarkup.py | 140 reftarget = target, modname = None, 191 reftarget = target, modname = None, 223 reftarget = target, modname = None,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | oetest.py | 137 modname = inspect.getmodulename(frameinfo[1]) 139 return modname 142 modname = getmodule(pos) 143 if modname not in oeTest.tc.testsrequired: 144 raise unittest.SkipTest("%s: %s" % (modname, reason)) 148 …or the image really doesn't have the required feature/package when it should." % (modname, reason))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | grub-module-explicitly-keeps-symbole-.module_license.patch | 37 0000000000000000 l d .modname 0000000000000000 .modname
|