Home
last modified time | relevance | path

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

/scripts/
Ddecode_stacktrace.sh25 if [[ $module == "" ]] ; then
27 elif [[ "${modcache[$module]+isset}" == "isset" ]]; then
28 local objfile=${modcache[$module]}
31 local objfile=$(find "$modpath" -name $module.ko -print -quit)
33 modcache[$module]=$objfile
46 if [[ "${cache[$module,$name]+isset}" == "isset" ]]; then
47 local base_addr=${cache[$module,$name]}
50 cache[$module,$name]="$base_addr"
66 if [[ "${cache[$module,$address]+isset}" == "isset" ]]; then
67 local code=${cache[$module,$address]}
[all …]
Dexport_report.pl98 my (undef, $symbol, $module, $gpl) = split;
99 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
109 my $module;
111 unless (open ($module, '<', $thismod)) {
117 while ( <$module> ) {
132 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
133 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
141 close($module);
159 my ($module, $value, $symbol, $gpl) = @{$list};
160 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.pl42 my $module = "";
178 $module = $3;
181 $module = $3;
194 if ($module ne "") {
196 $modulefile = `modinfo -F filename $module`;
201 print "Module .ko file for $module not found. Aborting\n";
Dmodule-common.lds2 * Common module linker script, always used when linking a module.
DMakefile.build122 $(if $(part-of-module), \
127 $(real-objs-m) : part-of-module := y
128 $(real-objs-m:.o=.i) : part-of-module := y
129 $(real-objs-m:.o=.s) : part-of-module := y
130 $(real-objs-m:.o=.lst): part-of-module := y
294 objtool_args += $(if $(part-of-module), --module,)
Dspelling.txt750 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]
125 sections=self._section_arguments(module))
151 [self.load_module_symbols(module) for module in module_list]
/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/mod/
Dmodpost.c124 static struct module *modules;
126 static struct module *find_module(char *modname) in find_module()
128 struct module *mod; in find_module()
136 static struct module *new_module(const char *modname) in new_module()
138 struct module *mod; in new_module()
167 struct module *module; member
211 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol() argument
219 new->module = module; in new_symbol()
322 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
333 s->module->name, in sym_add_exported()
[all …]
Dmodpost.h112 struct module { struct
113 struct module *next; argument
176 void handle_moddevtable(struct module *mod, struct elf_info *info,
178 void add_moddevtable(struct buffer *buf, struct module *mod);
Dfile2alias.c140 unsigned char max, struct module *mod) in do_usb_entry()
244 static void do_usb_entry_multi(void *symval, struct module *mod) in do_usb_entry_multi()
310 struct module *mod) in do_usb_table()
324 static void do_of_entry_multi(void *symval, struct module *mod) in do_of_entry_multi()
353 struct module *mod) in do_of_table()
553 struct module *mod) in do_pnp_device_entry()
579 struct module *mod) in do_pnp_card_entries()
1232 struct module *mod) in do_table()
1290 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
1357 void add_moddevtable(struct buffer *buf, struct module *mod) in add_moddevtable()
/scripts/package/
Dbuilddeb161 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
162 module=lib/modules/$module
163 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
165 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
167 $OBJCOPY --strip-debug $tmpdir/$module
169 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
/scripts/coccinelle/misc/
Dcond_no_effect.cocci22 // have to come from a module built for SHcompact. */