summaryrefslogtreecommitdiffstats
path: root/tools/apriori/prelinkmap.h
blob: 17f766014b76d2106abce4c9e241951a5ecf0724 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PRELINKMAP_H
#define PRELINKMAP_H

#include <sys/types.h>

extern void pm_init(const char *file);
extern void pm_report_library_size_in_memory(const char *name, off_t fsize);
extern unsigned pm_get_next_link_address(const char *name);

#endif/*PRELINKMAP_H*/