Message ID | 20150130153254.GL26493@n2100.arm.linux.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index c6d33bd15b04..eea599c701f5 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c @@ -158,6 +158,8 @@ static int read_symbol(FILE *in, struct sym_entry *s) /* exclude debugging symbols */ else if (stype == 'N') return -1; + else if (strstr(sym, "_veneer")) + return -1; /* include the type field in the symbol name, so that it gets * compressed together */