search for: symbol_valid

Displaying 1 result from an estimated 1 matches for "symbol_valid".

2009 Jul 13
0
[PATCH, v2] x86-64: reduce symbol table size
...- strcmp(sym, "__kernel_syscall_via_epc") && - strcmp(sym, "__kernel_sigtramp") && - strcmp(sym, "__gp")) + if (strcmp(sym, "__gp")) return -1; } @@ -135,18 +132,9 @@ static int read_symbol(FILE *in, struct static int symbol_valid(struct sym_entry *s) { /* Symbols which vary between passes. Passes 1 and 2 must have - * identical symbol lists. The symbols_* symbols below are only added - * after pass 1, they would be included in pass 2 when --all-symbols is - * specified so exclude them to get a stable symbol list. +...