Home
last modified time | relevance | path

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

/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/
Ddecode_stacktrace.sh103 if [[ $module == "" ]] ; then
105 elif [[ $aarray_support == true && "${modcache[$module]+isset}" == "isset" ]]; then
106 local objfile=${modcache[$module]}
114 modcache[$module]=$objfile
135 if [[ $aarray_support == true && "${cache[$module,$name]+isset}" == "isset" ]]; then
136 local base_addr=${cache[$module,$name]}
144 cache[$module,$name]="$base_addr"
161 if [[ $aarray_support == true && "${cache[$module,$address]+isset}" == "isset" ]]; then
162 local code=${cache[$module,$address]}
166 cache[$module,$address]=$code
[all …]
Dexport_report.pl97 my (undef, $symbol, $module, $gpl, $namespace) = 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 …]
Dconfig21 --module|-m option Turn option into a module
33 --module-after|-M beforeopt option
34 Turn option into module directly after other option
DMakefile.modfinal23 part-of-module = y
58 -T scripts/module.lds -o $@ $(filter %.o, $^); \
65 $(srctree)/scripts/generate_cfi_kallsyms.pl --module \
78 $(modules): %.ko: %$(prelink-ext).o %.mod.o scripts/module.lds FORCE
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";
Dgenerate_initcall_order.pl121 my ($module, $counter, $line, $symbol) = $_ =~
124 if (!defined($module)) {
125 $module = ''
142 'module' => $module,
D.gitignore11 /module.lds
Ddev-needs.sh27 -m lists the module name of the dependencies that have a module
157 f=$1/driver/module
DMakefile.lib206 part-of-module = $(if $(filter $(basename $@).o, $(real-obj-m)),y)
207 quiet_modtag = $(if $(part-of-module),[M], )
210 $(if $(part-of-module), \
214 modkern_aflags = $(if $(part-of-module), \
241 $(if $(part-of-module), --module,) \
DMakefile39 targets += module.lds
Dspdxcheck.py88 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
91 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
DMakefile.build69 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
Dspelling.txt928 mopdule||module
/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";
690 foreach my $module (keys(%modules)) {
691 if (defined($objects{$module})) {
692 my @arr = @{$objects{$module}};
698 print STDERR "module $module did not have configs";
/scripts/package/
Dbuilddeb168 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
169 module=lib/modules/$module
170 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
172 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
174 $OBJCOPY --strip-debug $tmpdir/$module
176 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
/scripts/mod/
Dmodpost.c155 static struct module *modules;
157 static struct module *find_module(const char *modname) in find_module()
159 struct module *mod; in find_module()
167 static struct module *new_module(const char *modname) in new_module()
169 struct module *mod; in new_module()
194 struct module *module; member
237 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol() argument
286 static bool module_imports_namespace(struct module *module, in module_imports_namespace() argument
289 return contains_namespace(module->imported_namespaces, namespace); in module_imports_namespace()
417 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
[all …]
Dmodpost.h118 struct module { struct
119 struct module *next; argument
194 void handle_moddevtable(struct module *mod, struct elf_info *info,
196 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()
1384 struct module *mod) in do_table()
1450 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
1516 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.
19 // 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"