OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dladdr
(Results
1 - 3
of
3
) sorted by null
/bionic/libdl/
libdl.c
24
int
dladdr
(const void *addr, Dl_info *info) { return 0; }
function
/bionic/linker/
dlfcn.c
127
int
dladdr
(const void *addr, Dl_info *info)
function
170
"dlopen\0dlclose\0dlsym\0dlerror\0
dladdr
\0dl_unwind_find_exidx\0"
176
"dlopen\0dlclose\0dlsym\0dlerror\0
dladdr
\0dl_iterate_phdr\0"
182
"dlopen\0dlclose\0dlsym\0dlerror\0
dladdr
\0dl_iterate_phdr\0"
217
st_value: (Elf32_Addr) &
dladdr
,
/external/openssl/crypto/dso/
dso_dlfcn.c
65
# define _GNU_SOURCE /* make sure
dladdr
is declared */
406
This is a quote from IRIX manual for
dladdr
(3c):
408
<dlfcn.h> does not contain a prototype for
dladdr
or definition of
410
but contains no
dladdr
prototype and no IRIX library contains an
435
static int
dladdr
(void *address, Dl_info *dl)
function
456
if (
dladdr
(addr,&dli))
Completed in 313 milliseconds