summaryrefslogtreecommitdiff
path: root/include/libelfu/generic.h
blob: f5b0e0f030e7ccba0c8e3746131b15a042f33217 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __LIBELFU_GENERIC_H__
#define __LIBELFU_GENERIC_H__

#include <libelf/gelf.h>


size_t elfu_gScnSizeFile(const GElf_Shdr *shdr);

int elfu_gPhdrContainsScn(GElf_Phdr *phdr, GElf_Shdr *shdr);

#endif