Home
last modified time | relevance | path

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

/dflybsd-src/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;
/dflybsd-src/libexec/rtld-elf/
H A Drtld.c175 struct r_debug r_debug; /* for GDB; */ variable