Home
last modified time | relevance | path

Searched refs:RT_ADD (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/elf/
Dlink.h58 RT_ADD, /* Beginning to add a new object. */ enumerator
Drtld-debugger-interface.txt18 enum { RT_CONSISTENT, RT_ADD, RT_DELETE } r_state:
20 is not currently being modified and may safely be inspected. RT_ADD
Ddl-load.c1510 r->r_state = RT_ADD; in _dl_map_object_from_fd()
1516 assert (r->r_state == RT_ADD); in _dl_map_object_from_fd()
Drtld.c1838 r->r_state = RT_ADD; in dl_main()
/glibc-2.36/ChangeLog.old/
DChangeLog.5210 if it's present. Then call _dl_debug_state with r_state RT_ADD
214 _dl_debug_state with r_state RT_ADD before running initializers