blob: 32f2f48360e9e067b31f62867bad53b80733927c [file] [log] [blame]
#ifndef FIXDWARF_H
#define FIXDWARF_H
#include <elf.h>
#include <gelf.h>
#include <elfcopy.h>
extern void update_dwarf_if_necessary(
Elf *elf, GElf_Ehdr *ehdr, Elf *newelf,
shdr_info_t *shdr_info, int num_shdr_info,
int *num_total_patches, int *num_failed_patches);
#endif