search for: symbols_markers

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

2009 Jul 13
0
[PATCH, v2] x86-64: reduce symbol table size
...bols_address(n) symbols_addresses[n] +#endif +extern const unsigned int symbols_num_syms; +extern const u8 symbols_names[]; -extern u8 symbols_token_table[]; -extern u16 symbols_token_index[]; +extern const u8 symbols_token_table[]; +extern const u16 symbols_token_index[]; -extern unsigned long symbols_markers[]; +extern const unsigned int symbols_markers[]; /* expand a compressed symbol data into the resulting uncompressed string, given the offset to where the symbol is in the compressed stream */ static unsigned int symbols_expand_symbol(unsigned int off, char *result) { int len, skipped_...