mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fix the ordering in the description of the dlsym() lookup procedure to
reflect src/libexec/rtld-elf/rtld.c rev. 1.68 - the globally-loaded objects (RTLD_GLOBAL) are searched before the local object's DAG's. PR: 62770 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
This commit is contained in:
parent
186f2b9e04
commit
c56864a7a7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130027
@ -197,15 +197,15 @@ All objects loaded at program start-up.
|
||||
.It
|
||||
All objects loaded via
|
||||
.Fn dlopen
|
||||
which are in needed-object DAGs that also contain the referencing object.
|
||||
.It
|
||||
All objects loaded via
|
||||
.Fn dlopen
|
||||
with the
|
||||
.Dv RTLD_GLOBAL
|
||||
flag set in the
|
||||
.Fa mode
|
||||
argument.
|
||||
.It
|
||||
All objects loaded via
|
||||
.Fn dlopen
|
||||
which are in needed-object DAGs that also contain the referencing object.
|
||||
.El
|
||||
.Pp
|
||||
If
|
||||
|
Loading…
Reference in New Issue
Block a user