]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rtld-elf/libmap.h
rtld: Add a stop indicator to rtld_start to satisfy unwinders on x86_64
[FreeBSD/FreeBSD.git] / libexec / rtld-elf / libmap.h
1 /*
2  * $FreeBSD$
3  */
4
5 #ifndef LIBMAP_H
6 #define LIBMAP_H
7
8 int     lm_init(const char *);
9 void    lm_fini(void);
10 char    *lm_find(const char *, const char *);
11 char    *lm_findn(const char *, const char *, const size_t);
12
13 #endif