Remove CONFIG_KALLSYMS_VAL and reformat code involving KSPLICE_STANDALONE.
[ksplice.git] / objdiff.h
blob6040c9cda20091c1c581ecf63473d80c8ac99d42
1 typedef void (*section_fn) (asection *);
3 int main(int argc, char **argv);
4 void foreach_nonmatching(bfd *oldbfd, bfd *newbfd, section_fn s_fn);
5 int reloc_cmp(bfd *oldbfd, asection *oldp, bfd *newbfd, asection *newp);
6 static void print_newbfd_section_name(asection *sect);
7 static void print_newbfd_entry_symbols(asection *sect);