Searched refs:r_debug (Results 1 – 25 of 43) sorted by relevance
12
/glibc-2.36/elf/ |
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 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 …]
|
D | pldd-xx.c | 60 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()
|
D | link.h | 40 struct r_debug struct 66 extern struct r_debug _r_debug; argument 76 struct r_debug base;
|
D | dl-debug.c | 36 struct r_debug * 54 struct r_debug *
|
D | dl-reloc-static-pie.c | 67 struct r_debug *r = _dl_debug_initialize (0, LM_ID_BASE); in _dl_relocate_static_pie()
|
D | tst-dl_find_object.c | 134 struct r_debug *debug = xdlsym (NULL, "_r_debug"); in check_initial()
|
D | dl-close.c | 462 struct r_debug *r = _dl_debug_update (nsid); in _dl_close_worker()
|
D | dl-open.c | 619 struct r_debug *r = _dl_debug_update (args->nsid); in dl_open_worker_begin()
|
D | dl-load.c | 954 struct r_debug *r = _dl_debug_update (nsid); in _dl_map_object_from_fd()
|
D | rtld.c | 1748 struct r_debug *r = _dl_debug_initialize (GL(dl_rtld_map).l_addr, in dl_main()
|
/glibc-2.36/csu/ |
D | rtld-sizes.sym | 4 R_DEBUG_SIZE sizeof (struct r_debug)
|
/glibc-2.36/sysdeps/generic/ |
D | dl-debug.h | 27 elf_setup_debug_entry (struct link_map *l, struct r_debug *r) in elf_setup_debug_entry()
|
D | ldsodefs.h | 1065 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/ |
D | dl-debug.h | 28 elf_setup_debug_entry (struct link_map *l, struct r_debug *r) in elf_setup_debug_entry()
|
/glibc-2.36/dlfcn/ |
D | tst-dlinfo-phdr.c | 61 struct r_debug *debug = xdlsym (RTLD_DEFAULT, "_r_debug"); in do_test()
|
/glibc-2.36/po/ |
D | be.po | 963 msgid "cannot read r_debug" 964 msgstr "немагчыма прачытаць r_debug"
|
D | sl.po | 948 msgid "cannot read r_debug" 949 msgstr "branje r_debug ni mogoče"
|
D | ia.po | 940 msgid "cannot read r_debug" 941 msgstr "impossibile de leger r_debug"
|
D | eo.po | 730 msgid "cannot read r_debug" 731 msgstr "ne eblas legi 'r_debug'"
|
D | bg.po | 1041 msgid "cannot read r_debug" 1042 msgstr "не може да се прочете r_debug"
|
D | ru.po | 1036 msgid "cannot read r_debug" 1037 msgstr "не удалось прочитать r_debug"
|
D | sr.po | 1027 msgid "cannot read r_debug" 1028 msgstr "не могу да прочитам „r_debug“"
|
D | ko.po | 1040 msgid "cannot read r_debug" 1041 msgstr "r_debug를 읽을 수 없습니다"
|
D | zh_CN.po | 974 msgid "cannot read r_debug" 975 msgstr "无法读取 r_debug"
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.24 | 341 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