]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/objtool/elf.h
ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
[linux.git] / tools / objtool / elf.h
index e44ca5d51871f6c96549bcea852f2da594c20208..44150204db4d1e1e3ed73218ee2bd37906379621 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 {
@@ -74,7 +75,7 @@ struct elf {
 };
 
 
-struct elf *elf_open(const char *name, int flags);
+struct elf *elf_read(const char *name, int flags);
 struct section *find_section_by_name(struct elf *elf, const char *name);
 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
 struct symbol *find_symbol_by_name(struct elf *elf, const char *name);