pub unsafe extern "C" fn dr_insert_get_app_tls(
drcontext: *mut c_void,
ilist: *mut instrlist_t,
instr: *mut instr_t,
tls_reg: reg_id_t,
reg: reg_id_t,
) -> bool_Expand description
Insert code to get the application value of the thread pointer register into register \p reg.
\return whether successful.
\note RISCV-only