Filter out symbols defined by the C implementation
This commit is contained in:
parent
e147c63044
commit
bcdebf0e9d
|
@ -23,7 +23,7 @@ BEGIN {
|
|||
builtin[""] = "";
|
||||
}
|
||||
|
||||
/^[0123456789abcdef]+ [ABCDGRSTUVW] / {
|
||||
/^[0123456789abcdef]+ [ABCDGRSTUVW] [^__]/ {
|
||||
if ($3 != "symbols" && $3 != "symbols_nelts") {
|
||||
name[nname] = $3;
|
||||
nname++;
|
||||
|
|
Loading…
Reference in a new issue