Home
last modified time | relevance | path

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

/openbsd-src/include/
H A Dlink.h81 struct r_debug { struct
82 int r_version; /* Protocol version. */
83 struct link_map *r_map; /* Head of list of loaded objects. */
92 unsigned long r_brk;
93 enum {
101 } r_state;
103 unsigned long r_ldbase; /* Base address the linker is loaded at. */
/openbsd-src/sys/dev/pci/drm/include/uapi/linux/
H A Dkfd_ioctl.h932 __u64 r_debug; member
961 __u64 r_debug; member
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_chardev.c2744 runtime_enable(struct kfd_process * p,uint64_t r_debug,bool enable_ttmp_setup) runtime_enable() argument