Skip to main content

DR_NOTE_RSEQ_ENTRY

Constant DR_NOTE_RSEQ_ENTRY 

Source
pub const DR_NOTE_RSEQ_ENTRY: _bindgen_ty_2 = -65528;
Expand description

Placed at the top of a basic block, this identifies the entry to an “rseq” (Linux restartable sequence) region. The first two label data fields (see instr_get_label_data_area()) are filled in with this rseq region’s end PC and its abort handler PC, in that order.