summaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/elf.h')
-rw-r--r--tools/objtool/elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/objtool/elf.h b/tools/objtool/elf.h
index 66919de57e68..57e4653f8383 100644
--- a/tools/objtool/elf.h
+++ b/tools/objtool/elf.h
@@ -25,8 +25,8 @@
struct section {
struct list_head list;
GElf_Shdr sh;
- struct list_head symbols;
- struct list_head relas;
+ struct list_head symbol_list;
+ struct list_head rela_list;
struct section *base, *rela;
struct symbol *sym;
Elf_Data *elf_data;