diff options
Diffstat (limited to 'tools/objtool/elf.h')
-rw-r--r-- | tools/objtool/elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/objtool/elf.h b/tools/objtool/elf.h index 66919de..57e4653 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; |