aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.h
blob: 6b0991d5e88a59409e7293d2fd58c27f9fd4c952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * $FreeBSD: src/libexec/rtld-elf/libmap.h,v 1.4 2005/02/04 02:46:41 mdodd Exp $
 */

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