Clean up code using ElfuScn
authornorly <ny-git@enpas.org>
Thu, 20 Jun 2013 18:02:44 +0000 (19:02 +0100)
committernorly <ny-git@enpas.org>
Thu, 20 Jun 2013 21:10:25 +0000 (22:10 +0100)
commit70b271e345debda7437c18f86c0f715a42a8267a
tree5bb5a22f1fff16036b4ba955e86dc5cc55e35245
parentb70b3ff9b1679bb1e0a215b7acd9b6d55497a46b
Clean up code using ElfuScn
16 files changed:
Makefile
include/libelfu/modelops.h
include/libelfu/types.h
src/libelfu/model/phdr.c [new file with mode: 0644]
src/libelfu/model/section.c [new file with mode: 0644]
src/libelfu/model/symtab.c [new file with mode: 0644]
src/libelfu/modelops/clone.c
src/libelfu/modelops/detour.c
src/libelfu/modelops/fromFile.c
src/libelfu/modelops/layout.c
src/libelfu/modelops/phdr.c [deleted file]
src/libelfu/modelops/reladd.c
src/libelfu/modelops/relocate.c
src/libelfu/modelops/section.c [deleted file]
src/libelfu/modelops/symtab.c [deleted file]
src/libelfu/modelops/toFile.c