Searched defs:drcontext (Results 1 – 1 of 1) sorted by relevance
| /external/compiler-rt/lib/msandr/ |
| D | msandr.cc | 244 void InstrumentMops(void *drcontext, instrlist_t *bb, instr_t *instr, opnd_t op, in InstrumentMops() 363 void InstrumentReturn(void *drcontext, instrlist_t *bb, instr_t *instr) { in InstrumentReturn() 405 void InstrumentIndirectBranch(void *drcontext, instrlist_t *bb, in InstrumentIndirectBranch() 514 event_basic_block_app2app(void *drcontext, void *tag, instrlist_t *bb, in event_basic_block_app2app() 526 dr_emit_flags_t event_basic_block(void *drcontext, void *tag, instrlist_t *bb, in event_basic_block() 618 void event_module_load(void *drcontext, const module_data_t *info, in event_module_load() 636 void event_module_unload(void *drcontext, const module_data_t *info) { in event_module_unload() 672 bool event_filter_syscall(void *drcontext, int sysnum) { in event_filter_syscall() 718 bool event_pre_syscall(void *drcontext, int sysnum) { in event_pre_syscall() 750 static bool IsInLoader(void *drcontext) { in IsInLoader() [all …]
|