Move ELF-related files together
[centaur.git] / include / libelfu / lookup.h
index 2cca5df15c162e88fa2e8ad6c250c1c553585b07..250651271a6d04ea5147cf94d6d47e7ed863e386 100644 (file)
@@ -7,8 +7,12 @@
 #include <libelfu/types.h>
 
 char* elfu_sectionName(Elf *e, Elf_Scn *scn);
+
 Elf_Scn* elfu_sectionByName(Elf *e, char *name);
+
 Elf_Scn* elfu_firstSectionInSegment(Elf *e, GElf_Phdr *phdr);
 Elf_Scn* elfu_lastSectionInSegment(Elf *e, GElf_Phdr *phdr);
 
+size_t elfu_scnSizeFile(const GElf_Shdr *shdr);
+
 #endif