Searched refs:KERNEL_U_ADDR (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/config/i386/
H A Dxm-i386v.h43 #define KERNEL_U_ADDR 0xe0000000 macro
H A Dnm-obsd.h47 #define KERNEL_U_ADDR USRSTACK
46 #define KERNEL_U_ADDR macro
H A Dnm-fbsd.h84 #define KERNEL_U_ADDR USRSTACK
82 #define KERNEL_U_ADDR macro
/freebsd-10.0-release/contrib/gdb/gdb/config/
H A Dnm-lynx.h46 #define KERNEL_U_ADDR USRSTACK macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbcore.h130 #if !defined (KERNEL_U_ADDR)
132 #define KERNEL_U_ADDR kernel_u_addr
131 #define KERNEL_U_ADDR macro
H A Dcore-aout.c93 reg_ptr -= KERNEL_U_ADDR;
H A Dmips-nat.c193 #ifdef KERNEL_U_ADDR
194 reg_ptr -= KERNEL_U_ADDR;
H A Dinfptrace.c320 /* KERNEL_U_ADDR is the amount to subtract from u.u_ar0
354 - KERNEL_U_ADDR

Completed in 144 milliseconds