Searched defs:RTLD_LAZY (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/
H A Ddlfcn.h10 #define RTLD_LAZY 0 macro
/external/bluetooth/glib/gmodule/
H A Dgmodule-os2.c46 * The Perl sources say, RTLD_LAZY needs to be defined as (1),
50 * RTLD_LAZY - resolve undefined symbols as code from the dynamic library
61 #ifndef RTLD_LAZY
62 #define RTLD_LAZY 1 macro
63 #endif /* RTLD_LAZY */
78 (bind_local ? 0 : RTLD_GLOBAL) | (bind_lazy ? RTLD_LAZY : RTLD_NOW));
H A Dgmodule-beos.c37 #ifndef RTLD_LAZY
38 #define RTLD_LAZY 1 macro
39 #endif /* RTLD_LAZY */
H A Dgmodule-dl.c50 * The Perl sources say, RTLD_LAZY needs to be defined as (1),
54 * RTLD_LAZY - resolve undefined symbols as code from the dynamic library
62 #ifndef RTLD_LAZY
63 #define RTLD_LAZY 1 macro
64 #endif /* RTLD_LAZY */
100 (bind_local ? 0 : RTLD_GLOBAL) | (bind_lazy ? RTLD_LAZY : RTLD_NOW));
116 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY);
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
H A DSDL_dlcompat.c118 #define RTLD_LAZY 0x1 macro
998 if (isFlagSet(mode, RTLD_LAZY) && isFlagSet(mode, RTLD_NOW))
1000 error("how can I load something both RTLD_LAZY and RTLD_NOW?");
/external/valgrind/main/perf/
H A Dtinycc.c6581 #define RTLD_LAZY 0x001
21011 //h = dlopen(filename, RTLD_GLOBAL | RTLD_LAZY);
6579 #define RTLD_LAZY macro

Completed in 235 milliseconds