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