summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/libmap.h
blob: e4bd0aeb9bd12f6657d1da66de5cfbd80c519179 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * $FreeBSD$
 */

int	lm_init (void);
void	lm_fini (void);
char *	lm_find (const char *, const char *);
#ifdef COMPAT_32BIT
char *	lm_findn (const char *, const char *, const int);
#endif
OpenPOWER on IntegriCloud