OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [linux/] [uClibc/] [ldso/] [include/] [dlfcn.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
/* User functions for run-time dynamic loading.  libdl version */
2
#ifndef _DLFCN_H
3
#define _DLFCN_H 1
4
 
5
#include <features.h>
6
#include <bits/dlfcn.h>
7
 
8
#define RTLD_NEXT       ((void *) -1l)
9
#define RTLD_DEFAULT    ((void *) 0)
10
 
11
/* Structure containing information about object searched using
12
   `dladdr'.  */
13
typedef struct
14
{
15
        __const char *dli_fname;        /* File name of defining object.  */
16
        void *dli_fbase;                /* Load address of that object.  */
17
        __const char *dli_sname;        /* Name of nearest symbol.  */
18
        void *dli_saddr;                /* Exact value of nearest symbol.  */
19
} Dl_info;
20
 
21
 
22
#endif  /* dlfcn.h */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.