summaryrefslogtreecommitdiff
path: root/source/ucli/elf.h
blob: 7b4c5e96f23d5c649b9f6916ff26c8fc03c875e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PERF_ELF_H__
#define _PERF_ELF_H__

#include <set>
#include <string>

#include "symbol.h"

bool get_symbol_from_elf(std::set<symbol> &ss, const char *path);

#endif