Reorder PHDRs according to ELF spec
[centaur.git] / include / libelfu / elfops.h
index a57069d30b8f6152b27fd073347533a212f5214e..4131f410967a96e82fb449b03171cbf81205ddc9 100644 (file)
@@ -6,15 +6,9 @@
 
 #include <libelfu/types.h>
 
-size_t elfu_scnSizeFile(const GElf_Shdr *shdr);
 
-char* elfu_sectionName(Elf *e, Elf_Scn *scn);
-Elf_Scn* elfu_sectionByName(Elf *e, char *name);
+int elfu_eCheck(Elf *e);
+void elfu_eReorderPhdrs(Elf *e);
 
-int elfu_segmentContainsSection(GElf_Phdr *phdr, GElf_Shdr *shdr);
-Elf_Scn* elfu_firstSectionInSegment(Elf *e, GElf_Phdr *phdr);
-Elf_Scn* elfu_lastSectionInSegment(Elf *e, GElf_Phdr *phdr);
-
-void elfu_fixupPhdrSelfRef(Elf *e);
 
 #endif