OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rtld_objlist
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/ldd/
ldd_elfxx.c
140
while (
_rtld_objlist
!= NULL) {
141
Obj_Entry *obj =
_rtld_objlist
;
142
_rtld_objlist
= obj->next;
160
_rtld_objtail = &
_rtld_objlist
;
ldd.c
96
Obj_Entry *
_rtld_objlist
; /* Head of linked list of shared objects */
variable
97
Obj_Entry **_rtld_objtail = &
_rtld_objlist
;
/src/libexec/ld.elf_so/arch/arm/
find_exidx.c
52
for (obj =
_rtld_objlist
; obj != NULL; obj = obj->next) {
/src/libexec/ld.elf_so/
load.c
121
for (obj =
_rtld_objlist
->next; obj != NULL; obj = obj->next)
143
for (obj =
_rtld_objlist
->next; obj != NULL; obj = obj->next) {
223
for (o =
_rtld_objlist
->next; o != NULL; o = o->next)
rtld.c
95
Obj_Entry *
_rtld_objlist
; /* Head of linked list of shared objects */
variable
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
*/
333
* the head of
_rtld_objlist
that _rtld_initlist_tsort skipped.
335
if (_rtld_call_ifunc_functions(mask,
_rtld_objlist
, cur_objgen)) {
422
_rtld_objlist
= NULL;
423
_rtld_objtail = &
_rtld_objlist
;
760
for (obj =
_rtld_objlist
; obj != NULL; obj = obj->next) {
770
for (obj =
_rtld_objlist
; obj != NULL; obj = obj->next
[
all
...]
tls.c
318
for (obj =
_rtld_objlist
; obj != NULL; obj = obj->next) {
422
for (obj =
_rtld_objlist
; obj != NULL; obj = obj->next) {
rtld.h
345
extern Obj_Entry *
_rtld_objlist
;
Completed in 47 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026