OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTLD_SELF
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/lib/libc/setjmp/
t_sigstack.c
80
if ((compat13_sigsetjmp = dlsym(
RTLD_SELF
, "sigsetjmp")) == NULL ||
81
(compat13_siglongjmp = dlsym(
RTLD_SELF
, "siglongjmp")) == NULL ||
82
(compat13_setjmp = dlsym(
RTLD_SELF
, "setjmp")) == NULL ||
83
(compat13_longjmp = dlsym(
RTLD_SELF
, "longjmp")) == NULL)
t_setjmp.c
130
if ((compat13_sigsetjmp = dlsym(
RTLD_SELF
, "sigsetjmp")) == NULL ||
131
(compat13_siglongjmp = dlsym(
RTLD_SELF
, "siglongjmp")) == NULL ||
132
(compat13_setjmp = dlsym(
RTLD_SELF
, "setjmp")) == NULL ||
133
(compat13_longjmp = dlsym(
RTLD_SELF
, "longjmp")) == NULL)
/src/tests/libexec/ld.elf_so/
t_dlinfo.c
41
atf_tc_set_md_var(tc, "descr", "dlinfo with
RTLD_SELF
handle works");
48
rv = dlinfo(
RTLD_SELF
, RTLD_DI_LINKMAP, &map);
100
ATF_REQUIRE_EQ_MSG(dlinfo(
RTLD_SELF
, RTLD_DI_LINKMAP, &map), 0,
/src/include/
dlfcn.h
91
#define
RTLD_SELF
((void *) -3) /* Search the caller itself. */
/src/libexec/ld.elf_so/
rtld.c
1217
case (intptr_t)
RTLD_SELF
:
1234
case (intptr_t)
RTLD_SELF
: /* Caller included */
1459
if (handle ==
RTLD_SELF
) {
Completed in 2352 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025