OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linkp
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/ld.elf_so/
rtld.c
945
Obj_Entry **
linkp
;
local in function:_rtld_unload_object
963
linkp
= &_rtld_objlist->next;
964
while ((obj = *
linkp
) != NULL) {
972
*
linkp
= obj->next;
976
linkp
= &obj->next;
978
_rtld_objtail =
linkp
;
rtld.c
945
Obj_Entry **
linkp
;
local in function:_rtld_unload_object
963
linkp
= &_rtld_objlist->next;
964
while ((obj = *
linkp
) != NULL) {
972
*
linkp
= obj->next;
976
linkp
= &obj->next;
978
_rtld_objtail =
linkp
;
Completed in 23 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025