Searched refs:DYLD_INTERPOSE (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/asahi/lib/ |
H A D | wrap.c | 437 DYLD_INTERPOSE(wrap_Method, IOConnectCallMethod); 438 DYLD_INTERPOSE(wrap_AsyncMethod, IOConnectCallAsyncMethod); 439 DYLD_INTERPOSE(wrap_StructMethod, IOConnectCallStructMethod); 440 DYLD_INTERPOSE(wrap_AsyncStructMethod, IOConnectCallAsyncStructMethod); 441 DYLD_INTERPOSE(wrap_ScalarMethod, IOConnectCallScalarMethod); 442 DYLD_INTERPOSE(wrap_AsyncScalarMethod, IOConnectCallAsyncScalarMethod); 443 DYLD_INTERPOSE(wrap_SetNotificationPort, IOConnectSetNotificationPort); 444 DYLD_INTERPOSE(wrap_DataQueueAllocateNotificationPort, IODataQueueAllocateNotificationPort); 445 DYLD_INTERPOSE(wrap_DataQueueWaitForAvailableData, IODataQueueWaitForAvailableData); 446 DYLD_INTERPOSE(wrap_DataQueuePee [all...] |
H A D | dyld_interpose.h | 31 #ifndef DYLD_INTERPOSE 33 #define DYLD_INTERPOSE(_replacement,_replacee) \ macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/file_hooking/ |
H A D | shader_cache_file_hooking.cpp | 71 #define DYLD_INTERPOSE(_replacment, _replacee) \ macro 79 DYLD_INTERPOSE(HookedOpen, open) 80 DYLD_INTERPOSE(HookedFopen, fopen)
|
Completed in 1 milliseconds