xref: /freebsd/libexec/rtld-elf/libmap.h (revision 6b3455a7665208c366849f0b2b3bc916fb97516e)
1 /*
2  * $FreeBSD$
3  */
4 
5 int	lm_init (void);
6 void	lm_fini (void);
7 char *	lm_find (const char *, const char *);
8 #ifdef COMPAT_32BIT
9 char *	lm_findn (const char *, const char *, const int);
10 #endif
11