Home | History | Annotate | Download | only in src

Lines Matching defs:interceptor

22   const void* interceptor;  // Real interceptor.
77 // the thunk to use a chained interceptor. It uses the fact that
97 thunk->interceptor = interceptor_entry_point;
100 &thunk->interceptor);
106 // to our internal smart interceptor.
114 // Fix the internal thunk to pass the whole buffer to the interceptor.
129 // This code must basically either call the intended interceptor or skip the
134 // to our SmartThunk. When we call the interceptor we have to replace this
136 // structure); on the other hand, when we skip the interceptor we have to remove
139 // When we skip the interceptor, the transformation of the stack looks like:
180 mov ecx, [ebx]SmartThunk.interceptor