| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* Module internals |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
|---|
| 4 | 5 | * Written by David Howells (dhowells@redhat.com) |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or |
|---|
| 7 | | - * modify it under the terms of the GNU General Public Licence |
|---|
| 8 | | - * as published by the Free Software Foundation; either version |
|---|
| 9 | | - * 2 of the Licence, or (at your option) any later version. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #include <linux/elf.h> |
|---|
| .. | .. |
|---|
| 20 | 16 | unsigned long len; |
|---|
| 21 | 17 | Elf_Shdr *sechdrs; |
|---|
| 22 | 18 | char *secstrings, *strtab; |
|---|
| 23 | | - unsigned long symoffs, stroffs; |
|---|
| 19 | + unsigned long symoffs, stroffs, init_typeoffs, core_typeoffs; |
|---|
| 24 | 20 | struct _ddebug *debug; |
|---|
| 25 | 21 | unsigned int num_debug; |
|---|
| 26 | 22 | bool sig_ok; |
|---|