summaryrefslogtreecommitdiff
path: root/fixdwarf.h
blob: 32f2f48360e9e067b31f62867bad53b80733927c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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