Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
wtarreau
/
linux-2.4
/
db7bb51987c369ff0b356061385bc03c85ee5511
/
.
/
scripts
/
gen-all-syms
blob: b15b160040e81438bd265068f9e2b2dcac8095be [
file
] [
log
] [
blame
]
#!/bin/sh
for
i
in
$
*
do
grep
"EXPORT_SYMBOL.*(.*)"
"$i"
\
|
sed
-
e
"s/EXPORT_SYMBOL.*(/ /"
\
|
sed
-
e
"s/).*$//"
|
sed
-
e
"s/^ //"
done