#ifndef __LIBELFU_ANALYSIS_H_ #define __LIBELFU_ANALYSIS_H_ #include #include #include ELFU_BOOL elfu_segmentContainsSection(GElf_Phdr *phdr, Elf_Scn *scn); #endif