diff options
| -rw-r--r-- | arch/x86/tools/relocs.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c index b43cfcd9bf40..b8f7c65fc40c 100644 --- a/arch/x86/tools/relocs.c +++ b/arch/x86/tools/relocs.c | |||
| @@ -60,6 +60,17 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = { | |||
| 60 | "__x86_cpu_dev_(start|end)|" | 60 | "__x86_cpu_dev_(start|end)|" |
| 61 | "(__parainstructions|__alt_instructions)(|_end)|" | 61 | "(__parainstructions|__alt_instructions)(|_end)|" |
| 62 | "(__iommu_table|__apicdrivers|__smp_locks)(|_end)|" | 62 | "(__iommu_table|__apicdrivers|__smp_locks)(|_end)|" |
| 63 | "__(start|end)_pci_.*|" | ||
| 64 | "__(start|end)_builtin_fw|" | ||
| 65 | "__(start|stop)___ksymtab(|_gpl|_unused|_unused_gpl|_gpl_future)|" | ||
| 66 | "__(start|stop)___kcrctab(|_gpl|_unused|_unused_gpl|_gpl_future)|" | ||
| 67 | "__(start|stop)___param|" | ||
| 68 | "__(start|stop)___modver|" | ||
| 69 | "__(start|stop)___bug_table|" | ||
| 70 | "__tracedata_(start|end)|" | ||
| 71 | "__(start|stop)_notes|" | ||
| 72 | "__end_rodata|" | ||
| 73 | "__initramfs_start|" | ||
| 63 | "_end)$" | 74 | "_end)$" |
| 64 | }; | 75 | }; |
| 65 | 76 | ||
