|
@@ -37,7 +37,7 @@ extern const u8 kallsyms_names[] __weak;
|
|
* Tell the compiler that the count isn't in the small data section if the arch
|
|
* Tell the compiler that the count isn't in the small data section if the arch
|
|
* has one (eg: FRV).
|
|
* has one (eg: FRV).
|
|
*/
|
|
*/
|
|
-extern const unsigned long kallsyms_num_syms
|
|
|
|
|
|
+extern const unsigned int kallsyms_num_syms
|
|
__attribute__((weak, section(".rodata")));
|
|
__attribute__((weak, section(".rodata")));
|
|
|
|
|
|
extern const unsigned long kallsyms_relative_base
|
|
extern const unsigned long kallsyms_relative_base
|
|
@@ -46,7 +46,7 @@ __attribute__((weak, section(".rodata")));
|
|
extern const u8 kallsyms_token_table[] __weak;
|
|
extern const u8 kallsyms_token_table[] __weak;
|
|
extern const u16 kallsyms_token_index[] __weak;
|
|
extern const u16 kallsyms_token_index[] __weak;
|
|
|
|
|
|
-extern const unsigned long kallsyms_markers[] __weak;
|
|
|
|
|
|
+extern const unsigned int kallsyms_markers[] __weak;
|
|
|
|
|
|
/*
|
|
/*
|
|
* Expand a compressed symbol data into the resulting uncompressed string,
|
|
* Expand a compressed symbol data into the resulting uncompressed string,
|