Home
last modified time | relevance | path

Searched defs:r_debug (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dlink_elf.h64 struct r_debug { struct
67 void (*r_brk)(struct r_debug *, struct link_map *); argument
69 enum {
73 } r_state;
/dragonfly/libexec/rtld-elf/
H A Drtld.c173 struct r_debug r_debug; /* for GDB; */ variable