Home
last modified time | relevance | path

Searched refs:r_debug (Results 1 – 10 of 10) sorted by relevance

/elf/
A Drtld-debugger-interface.txt5 to interface with it. This structure, r_debug, is defined in link.h.
10 The r_debug structure contains (amongst others) the following fields:
38 Extension to the r_debug structure
65 arg2: struct r_debug *r_debug:
66 A pointer to the r_debug structure containing the link-map list
89 lmid set to LM_ID_BASE and r_debug set to the value stored in
90 DT_DEBUG. r_debug is not guaranteed to be consistent until
95 r_debug structure at application startup. init_complete always
97 in DT_DEBUG. The r_debug structure is consistent and may be
114 the specified namespace. The namespace's r_debug structure
[all …]
A Dlink.h40 struct r_debug struct
66 extern struct r_debug _r_debug; argument
76 struct r_debug base;
A Dpldd-xx.c58 struct E(r_debug) in E() argument
67 _Static_assert (offsetof (struct r_debug, r_version)
68 == offsetof (struct E(r_debug), r_version), "r_version");
69 _Static_assert (offsetof (struct r_debug, r_map)
70 == offsetof (struct E(r_debug), r_map), "r_map");
133 struct E(r_debug) r; in E()
A Ddl-debug.c36 struct r_debug *
54 struct r_debug *
A Ddl-reloc-static-pie.c66 struct r_debug *r = _dl_debug_initialize (0, LM_ID_BASE); in _dl_relocate_static_pie()
A Dtst-dl_find_object.c129 struct r_debug *debug = xdlsym (NULL, "_r_debug"); in check_initial()
A Ddl-close.c462 struct r_debug *r = _dl_debug_update (nsid); in _dl_close_worker()
A Ddl-open.c619 struct r_debug *r = _dl_debug_update (args->nsid); in dl_open_worker_begin()
A Ddl-load.c954 struct r_debug *r = _dl_debug_update (nsid); in _dl_map_object_from_fd()
A Drtld.c1685 struct r_debug *r = _dl_debug_initialize (GL(dl_rtld_map).l_addr, in dl_main()

Completed in 51 milliseconds