OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dlauxinfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/misc/
initfini.c
56
__weak_alias(
_dlauxinfo
,___dlauxinfo)
60
__weakref_visible void * real_dlauxinfo(void) __weak_reference(
_dlauxinfo
);
110
/* Only initialize
_dlauxinfo
for static binaries. */
/src/include/
dlfcn.h
57
void *
_dlauxinfo
(void) __pure;
/src/lib/libc/dlfcn/
dlfcn_elf.c
160
_DIAGASSERT(
_dlauxinfo
() != NULL);
162
for (aux =
_dlauxinfo
(); aux->a_type != AT_NULL; ++aux) {
/src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c
47
for (aux =
_dlauxinfo
(); aux->a_type != AT_NULL; ++aux) {
/src/libexec/ld.elf_so/
rtld.h
383
__dso_public void *
_dlauxinfo
(void) __pure;
rtld.c
437
_dlauxinfo
(void)
function in typeref:typename:__dso_public void *
/src/share/man/man3/
Makefile
247
MLINKS+=dlfcn.3
_dlauxinfo
.3 dlfcn.3 dlopen.3 dlfcn.3 \
/src/lib/libpthread/
pthread.c
1324
_DIAGASSERT(
_dlauxinfo
() != NULL);
1339
for (aux =
_dlauxinfo
(); aux->a_type != AT_NULL; ++aux) {
Completed in 46 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025