summaryrefslogtreecommitdiff
path: root/include/libelfu/modelops.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-03-21 18:23:57 +0000
committernorly <ny-git@enpas.org>2013-03-21 18:23:57 +0000
commitb05f85ea8599327918640f5ee2bb3f422559b357 (patch)
tree604e83d87e47a4928b5a5609ea8a6842a882d536 /include/libelfu/modelops.h
parente2b6e201992b9e4d458dd469d286db3dca46e75f (diff)
NOBITS expansion, for .bss etc
GNU binutils' readelf gets confused with symbol versions. More analysis needed on that.
Diffstat (limited to 'include/libelfu/modelops.h')
-rw-r--r--include/libelfu/modelops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libelfu/modelops.h b/include/libelfu/modelops.h
index d256b07..305a3e3 100644
--- a/include/libelfu/modelops.h
+++ b/include/libelfu/modelops.h
@@ -18,6 +18,8 @@ ElfuElf* elfu_mFromElf(Elf *e);
void elfu_mToElf(ElfuElf *me, Elf *e);
+ void elfu_mExpandNobits(ElfuElf *me, GElf_Off off);
+
GElf_Xword elfu_mInsertBefore(ElfuElf *me, GElf_Off off, GElf_Xword size);
GElf_Xword elfu_mInsertAfter(ElfuElf *me, GElf_Off off, GElf_Xword size);