OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_rtld_objlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ldd/
ldd.c
96
Obj_Entry *
_rtld_objlist
; /* Head of linked list of shared objects */
variable in typeref:typename:Obj_Entry *
97
Obj_Entry **_rtld_objtail = &
_rtld_objlist
;
/src/libexec/ld.elf_so/
rtld.c
95
Obj_Entry *
_rtld_objlist
; /* Head of linked list of shared objects */
variable in typeref:typename:Obj_Entry *
99
u_int _rtld_objcount; /* Number of objects in
_rtld_objlist
*/
100
u_int _rtld_objloads; /* Number of objects loaded in
_rtld_objlist
*/
101
u_int _rtld_objgen; /* Generation count for
_rtld_objlist
*/
313
* the head of
_rtld_objlist
that _rtld_initlist_tsort skipped.
315
if (_rtld_call_ifunc_functions(mask,
_rtld_objlist
, cur_objgen)) {
402
_rtld_objlist
= NULL;
403
_rtld_objtail = &
_rtld_objlist
;
740
for (obj =
_rtld_objlist
; obj != NULL; obj = obj->next) {
750
for (obj =
_rtld_objlist
; obj != NULL; obj = obj->next
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025