Home
last modified time | relevance | path

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

/netbsd-src/include/
H A Dlink_elf.h27 struct r_debug { struct
28 int r_version; /* protocol version */
29 struct link_map *r_map; /* list of loaded images */
38 void (*r_brk)(void); /* pointer to break point */
39 enum {
47 } r_state;
48 void *r_ldbase; /* base address of RTLD */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Dlink_elf.d43 struct r_debug struct
47 void function(r_debug*, link_map*) r_brk; argument
48 typeof(RT_CONSISTENT) r_state;
49 c_ulong r_ldbase;