Home | History | Annotate | Download | only in elfcopy
      1 #ifndef FIXDWARF_H
      2 #define FIXDWARF_H
      3 
      4 #include <elf.h>
      5 #include <gelf.h>
      6 #include <elfcopy.h>
      7 
      8 extern void update_dwarf_if_necessary(
      9     Elf *elf, GElf_Ehdr *ehdr, Elf *newelf,
     10     shdr_info_t *shdr_info, int num_shdr_info,
     11     int *num_total_patches, int *num_failed_patches);
     12 
     13 
     14 #endif
     15