Home
last modified time | relevance | path

Searched refs:_REG_LR (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/lib/libthread_db/arch/arm/
Dlibpthread_md.c56 gr[_REG_LR] = r->r_lr; in pt_reg_to_ucontext()
82 r->r_lr = gr[_REG_LR]; in pt_ucontext_to_reg()
/freebsd-10-stable/sys/arm/include/
Ducontext.h63 #define _REG_LR _REG_R14 macro
/freebsd-10-stable/sys/arm/arm/
Dmachdep.c683 gr[_REG_LR] = tf->tf_usr_lr; in get_mcontext()
716 tf->tf_usr_lr = gr[_REG_LR]; in set_mcontext()