/scripts/gdb/linux/ |
D | modules.py | 30 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 …]
|
D | symbols.py | 29 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/ |
D | decode_stacktrace.sh | 103 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 …]
|
D | export_report.pl | 97 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 …]
|
D | config | 21 --module|-m option Turn option into a module 33 --module-after|-M beforeopt option 34 Turn option into module directly after other option
|
D | Makefile.modfinal | 23 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
|
D | markup_oops.pl | 39 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";
|
D | generate_initcall_order.pl | 121 my ($module, $counter, $line, $symbol) = $_ =~ 124 if (!defined($module)) { 125 $module = '' 142 'module' => $module,
|
D | .gitignore | 11 /module.lds
|
D | dev-needs.sh | 27 -m lists the module name of the dependencies that have a module 157 f=$1/driver/module
|
D | Makefile.lib | 206 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,) \
|
D | Makefile | 39 targets += module.lds
|
D | spdxcheck.py | 88 self.lexer = lex.lex(module = self, reflags = re.UNICODE) 91 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
|
D | Makefile.build | 69 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
|
D | spelling.txt | 928 mopdule||module
|
/scripts/kconfig/ |
D | streamline_config.pl | 398 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/ |
D | builddeb | 168 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/ |
D | modpost.c | 155 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 …]
|
D | modpost.h | 118 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);
|
D | file2alias.c | 160 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/ |
D | add_namespace.cocci | 6 /// add a missing namespace tag to a module source file. 19 // That ensures we are adding it only to the main module source file.
|
D | cond_no_effect.cocci | 23 // have to come from a module built for SHcompact. */
|
/scripts/kconfig/tests/choice/ |
D | oldask0_expected_stdout | 1 Enable loadable module support (MODULES) [Y/n/?] (NEW)
|
D | oldask1_expected_stdout | 1 Enable loadable module support (MODULES) [N/y/?]
|
D | Kconfig | 4 bool "Enable loadable module support"
|