Change applied flag to a three-state enum.
[ksplice.git] / objdiff.h
blobee48fce3ed59b6c8b592b559eab952d2f20997c5
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);