objtool: Support repeated uses of the same C jump table
[linux-2.6-microblaze.git] / tools / objtool / elf.h
index 2fe0b0a..4415020 100644 (file)
@@ -57,11 +57,12 @@ struct rela {
        struct list_head list;
        struct hlist_node hash;
        GElf_Rela rela;
-       struct section *rela_sec;
+       struct section *sec;
        struct symbol *sym;
        unsigned int type;
        unsigned long offset;
        int addend;
+       bool jump_table_start;
 };
 
 struct elf {