Searched refs:r_debug (Results 1 – 10 of 10) sorted by relevance
/elf/ |
A D | rtld-debugger-interface.txt | 5 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 D | link.h | 40 struct r_debug struct 66 extern struct r_debug _r_debug; argument 76 struct r_debug base;
|
A D | pldd-xx.c | 58 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 D | dl-debug.c | 36 struct r_debug * 54 struct r_debug *
|
A D | dl-reloc-static-pie.c | 66 struct r_debug *r = _dl_debug_initialize (0, LM_ID_BASE); in _dl_relocate_static_pie()
|
A D | tst-dl_find_object.c | 129 struct r_debug *debug = xdlsym (NULL, "_r_debug"); in check_initial()
|
A D | dl-close.c | 462 struct r_debug *r = _dl_debug_update (nsid); in _dl_close_worker()
|
A D | dl-open.c | 619 struct r_debug *r = _dl_debug_update (args->nsid); in dl_open_worker_begin()
|
A D | dl-load.c | 954 struct r_debug *r = _dl_debug_update (nsid); in _dl_map_object_from_fd()
|
A D | rtld.c | 1685 struct r_debug *r = _dl_debug_initialize (GL(dl_rtld_map).l_addr, in dl_main()
|
Completed in 51 milliseconds