Home
last modified time | relevance | path

Searched refs:module (Results 1 – 24 of 24) sorted by relevance

/scripts/
Ddecode_stacktrace.sh25 if [[ $module == "" ]] ; then
27 elif [[ "${modcache[$module]+isset}" == "isset" ]]; then
28 local objfile=${modcache[$module]}
33 modcache[$module]=$objfile
53 if [[ "${cache[$module,$name]+isset}" == "isset" ]]; then
54 local base_addr=${cache[$module,$name]}
57 cache[$module,$name]="$base_addr"
73 if [[ "${cache[$module,$address]+isset}" == "isset" ]]; then
74 local code=${cache[$module,$address]}
77 cache[$module,$address]=$code
[all …]
Dexport_report.pl97 my (undef, $symbol, $namespace, $module, $gpl) = split('\t');
98 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
108 my $module;
110 unless (open ($module, '<', $thismod)) {
116 while ( <$module> ) {
131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
140 close($module);
158 my ($module, $value, $symbol, $gpl) = @{$list};
159 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value);
[all …]
Dnamespace.pl380 foreach my $module (@{$def{$name}}) {
381 printf "\t$module\n";
449 my @module = @{$def{$name}};
450 foreach my $module (@module) {
451 if (! exists($noref{$module})) {
452 $noref{$module} = [];
454 push(@{$noref{$module}}, $name);
460 foreach my $module (sort(keys(%noref))) {
461 printf " $module\n";
462 foreach (sort(@{$noref{$module}})) {
Dconfig18 --module|-m option Turn option into a module
30 --module-after|-M beforeopt option
31 Turn option into module directly after other option
Dmarkup_oops.pl39 my $module = "";
175 $module = $3;
178 $module = $3;
191 if ($module ne "") {
193 $modulefile = `modinfo -F filename $module`;
198 print "Module .ko file for $module not found. Aborting\n";
Dmodule-common.lds2 * Common module linker script, always used when linking a module.
Dmodule-lto.lds3 * -ffunction-sections, which increases the size of the final module.
DMakefile.lib165 part-of-module = $(if $(filter $(basename $@).o, $(real-obj-m)),y)
166 quiet_modtag = $(if $(part-of-module),[M], )
169 $(if $(part-of-module), \
173 modkern_aflags = $(if $(part-of-module), \
DMakefile.modfinal23 part-of-module = y
Dspdxcheck.py88 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
91 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
DMakefile.build58 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
222 objtool_args += $(if $(part-of-module), --module,)
Dspelling.txt870 mopdule||module
/scripts/gdb/linux/
Dmodules.py30 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"):
31 yield module
35 for module in module_list():
36 if module['name'].string() == name:
37 return module
52 module = find_module_by_name(mod_name)
53 if module:
54 return module.dereference()
75 for module in module_list():
76 layout = module['core_layout']
[all …]
Dsymbols.py29 module = gdb.parse_and_eval("mod")
30 module_name = module['name'].string()
48 cmd.load_module_symbols(module)
92 def _section_arguments(self, module): argument
94 sect_attrs = module['sect_attrs'].dereference()
110 def load_module_symbols(self, module): argument
111 module_name = module['name'].string()
112 module_addr = str(module['core_layout']['base']).split()[0]
122 module_arch = module['arch']
131 sections=self._section_arguments(module))
[all …]
/scripts/kconfig/
Dstreamline_config.pl398 foreach my $module (keys(%modules)) {
399 if (defined($objects{$module})) {
400 my @arr = @{$objects{$module}};
402 $configs{$conf} = $module;
403 dprint "$conf added by direct ($module)\n";
416 print STDERR "$module config not found!!\n";
668 foreach my $module (keys(%modules)) {
669 if (defined($objects{$module})) {
670 my @arr = @{$objects{$module}};
676 print STDERR "module $module did not have configs";
/scripts/package/
Dbuilddeb114 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
115 module=lib/modules/$module
116 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
118 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
120 $OBJCOPY --strip-debug $tmpdir/$module
122 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
170 (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "…
/scripts/mod/
Dmodpost.c123 static struct module *modules;
125 static struct module *find_module(const char *modname) in find_module()
127 struct module *mod; in find_module()
135 static struct module *new_module(const char *modname) in new_module()
137 struct module *mod; in new_module()
169 struct module *module; member
216 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol() argument
224 new->module = module; in new_symbol()
269 static bool module_imports_namespace(struct module *module, in module_imports_namespace() argument
272 return contains_namespace(module->imported_namespaces, namespace); in module_imports_namespace()
[all …]
Dmodpost.h117 struct module { struct
118 struct module *next; argument
186 void handle_moddevtable(struct module *mod, struct elf_info *info,
188 void add_moddevtable(struct buffer *buf, struct module *mod);
Dfile2alias.c160 unsigned char max, struct module *mod) in do_usb_entry()
264 static void do_usb_entry_multi(void *symval, struct module *mod) in do_usb_entry_multi()
330 struct module *mod) in do_usb_table()
344 static void do_of_entry_multi(void *symval, struct module *mod) in do_of_entry_multi()
373 struct module *mod) in do_of_table()
573 struct module *mod) in do_pnp_device_entry()
599 struct module *mod) in do_pnp_card_entries()
1351 struct module *mod) in do_table()
1415 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
1481 void add_moddevtable(struct buffer *buf, struct module *mod) in add_moddevtable()
/scripts/coccinelle/misc/
Dadd_namespace.cocci6 /// add a missing namespace tag to a module source file.
18 // That ensures we are adding it only to the main module source file.
Dcond_no_effect.cocci23 // have to come from a module built for SHcompact. */
/scripts/kconfig/tests/choice/
Doldask0_expected_stdout1 Enable loadable module support (MODULES) [Y/n/?] (NEW)
Doldask1_expected_stdout1 Enable loadable module support (MODULES) [N/y/?]
DKconfig4 bool "Enable loadable module support"