80ec251e046f68ae7685a8dd364ff483b997ac2a
[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 ELFU_BOOL elfu_segmentContainsSection(GElf_Phdr *phdr, Elf_Scn *scn);
10
11 #endif