Home
last modified time | relevance | path

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

12

/glibc-2.36/elf/
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
41 The r_debug_extended structure is an extension of the r_debug interface.
65 arg2: struct r_debug *r_debug:
66 A pointer to the r_debug structure containing the link-map list
76 r_debug structure's link-map list corresponding to the first new
88 r_debug structure at application startup. init_start always has
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
[all …]
Dpldd-xx.c60 struct E(r_debug) in E() argument
69 _Static_assert (offsetof (struct r_debug, r_version)
70 == offsetof (struct E(r_debug), r_version), "r_version");
71 _Static_assert (offsetof (struct r_debug, r_map)
72 == offsetof (struct E(r_debug), r_map), "r_map");
138 struct E(r_debug) r; in E()
Dlink.h40 struct r_debug struct
66 extern struct r_debug _r_debug; argument
76 struct r_debug base;
Ddl-debug.c36 struct r_debug *
54 struct r_debug *
Ddl-reloc-static-pie.c67 struct r_debug *r = _dl_debug_initialize (0, LM_ID_BASE); in _dl_relocate_static_pie()
Dtst-dl_find_object.c134 struct r_debug *debug = xdlsym (NULL, "_r_debug"); in check_initial()
Ddl-close.c462 struct r_debug *r = _dl_debug_update (nsid); in _dl_close_worker()
Ddl-open.c619 struct r_debug *r = _dl_debug_update (args->nsid); in dl_open_worker_begin()
Ddl-load.c954 struct r_debug *r = _dl_debug_update (nsid); in _dl_map_object_from_fd()
Drtld.c1748 struct r_debug *r = _dl_debug_initialize (GL(dl_rtld_map).l_addr, in dl_main()
/glibc-2.36/csu/
Drtld-sizes.sym4 R_DEBUG_SIZE sizeof (struct r_debug)
/glibc-2.36/sysdeps/generic/
Ddl-debug.h27 elf_setup_debug_entry (struct link_map *l, struct r_debug *r) in elf_setup_debug_entry()
Dldsodefs.h1065 extern struct r_debug *_dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
1070 extern struct r_debug *_dl_debug_update (Lmid_t ns) attribute_hidden;
/glibc-2.36/sysdeps/mips/
Ddl-debug.h28 elf_setup_debug_entry (struct link_map *l, struct r_debug *r) in elf_setup_debug_entry()
/glibc-2.36/dlfcn/
Dtst-dlinfo-phdr.c61 struct r_debug *debug = xdlsym (RTLD_DEFAULT, "_r_debug"); in do_test()
/glibc-2.36/po/
Dbe.po963 msgid "cannot read r_debug"
964 msgstr "немагчыма прачытаць r_debug"
Dsl.po948 msgid "cannot read r_debug"
949 msgstr "branje r_debug ni mogoče"
Dia.po940 msgid "cannot read r_debug"
941 msgstr "impossibile de leger r_debug"
Deo.po730 msgid "cannot read r_debug"
731 msgstr "ne eblas legi 'r_debug'"
Dbg.po1041 msgid "cannot read r_debug"
1042 msgstr "не може да се прочете r_debug"
Dru.po1036 msgid "cannot read r_debug"
1037 msgstr "не удалось прочитать r_debug"
Dsr.po1027 msgid "cannot read r_debug"
1028 msgstr "не могу да прочитам „r_debug“"
Dko.po1040 msgid "cannot read r_debug"
1041 msgstr "r_debug를 읽을 수 없습니다"
Dzh_CN.po974 msgid "cannot read r_debug"
975 msgstr "无法读取 r_debug"
/glibc-2.36/ChangeLog.old/
DChangeLog.24341 elf: Add <dl-r_debug.h>
345 (dl-r_debug.h): Include file.
351 (dl-r_debug.h): Include file.
352 * sysdeps/generic/dl-r_debug.h: New file.
353 * sysdeps/mips/dl-r_debug.h: New file.
10280 Extend struct r_debug to support multiple namespaces [BZ #15971]
10300 (r_debug): Modified.

12