Move ELF-related files together
[centaur.git] / include / libelfu / analysis.h
1 #ifndef __LIBELFU_ANALYSIS_H_
2 #define __LIBELFU_ANALYSIS_H_
3
4 #include <libelf.h>
5 #include <gelf.h>
6
7 #include <libelfu/types.h>
8
9 int elfu_segmentContainsSection(GElf_Phdr *phdr, GElf_Shdr *shdr);
10
11 #endif