projects
/
0xdroid:external_elfcopy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial Contribution
[0xdroid:external_elfcopy.git]
/
fixdwarf.h
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