Searched refs:export (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 46 enum export { enum 164 enum export export; /* Type of export */ member 201 enum export export) in new_symbol() argument 209 new->export = export; in new_symbol() 230 enum export export; member 232 { .str = "EXPORT_SYMBOL", .export = export_plain }, 233 { .str = "EXPORT_UNUSED_SYMBOL", .export = export_unused }, 234 { .str = "EXPORT_SYMBOL_GPL", .export = export_gpl }, 235 { .str = "EXPORT_UNUSED_SYMBOL_GPL", .export = export_unused_gpl }, 236 { .str = "EXPORT_SYMBOL_GPL_FUTURE", .export = export_gpl_future }, [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | namespace.pl | 85 my %export = (); # $export{$name} exists if there is an EXPORT_... of $name 386 my ($kstrtab, $ksymtab, $export); 400 $export = 0; 404 $export = 1; 408 if ($export) { 409 $export{$name} = ""; 460 my $export; 461 if (exists($export{$_})) { 462 $export = " (export only)"; 464 $export = ""; [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/Ksym/ |
| H A D | .Ksym.o.cmd | 47 include/linux/export.h \ 130 $(wildcard include/config/mp/platform/utopia2k/export/symbol.h) \ 131 $(wildcard include/config/mp/platform/utopia2k/export/symbol/debug.h) \
|