/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_win_dll_thunk.cc | 34 int dllThunkIntercept(const char* main_function, uptr dll_function) { 35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); 41 int dllThunkInterceptWhenPossible(const char* main_function, 44 (void *)GetModuleHandleA(0), main_function);
|
sanitizer_win_dll_thunk.cc | 34 int dllThunkIntercept(const char* main_function, uptr dll_function) { 35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); 41 int dllThunkInterceptWhenPossible(const char* main_function, 44 (void *)GetModuleHandleA(0), main_function);
|
sanitizer_win_dll_thunk.cc | 34 int dllThunkIntercept(const char* main_function, uptr dll_function) { 35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); 41 int dllThunkInterceptWhenPossible(const char* main_function, 44 (void *)GetModuleHandleA(0), main_function);
|
sanitizer_win_dll_thunk.cc | 34 int dllThunkIntercept(const char* main_function, uptr dll_function) { 35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); 41 int dllThunkInterceptWhenPossible(const char* main_function, 44 (void *)GetModuleHandleA(0), main_function);
|
sanitizer_win_dll_thunk.h | 21 int dllThunkIntercept(const char* main_function, uptr dll_function); 23 int dllThunkInterceptWhenPossible(const char* main_function, 30 // Override dll_function with main_function from main executable. 31 #define INTERCEPT_OR_DIE(main_function, dll_function) \ 33 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \ 40 // Try to override dll_function with main_function from main executable. 41 // If main_function is not present, override dll_function with default_function. 42 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ 44 return __sanitizer::dllThunkInterceptWhenPossible(main_function, \
|
sanitizer_win_dll_thunk.h | 21 int dllThunkIntercept(const char* main_function, uptr dll_function); 23 int dllThunkInterceptWhenPossible(const char* main_function, 30 // Override dll_function with main_function from main executable. 31 #define INTERCEPT_OR_DIE(main_function, dll_function) \ 33 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \ 40 // Try to override dll_function with main_function from main executable. 41 // If main_function is not present, override dll_function with default_function. 42 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ 44 return __sanitizer::dllThunkInterceptWhenPossible(main_function, \
|
sanitizer_win_dll_thunk.h | 21 int dllThunkIntercept(const char* main_function, uptr dll_function); 23 int dllThunkInterceptWhenPossible(const char* main_function, 30 // Override dll_function with main_function from main executable. 31 #define INTERCEPT_OR_DIE(main_function, dll_function) \ 33 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \ 40 // Try to override dll_function with main_function from main executable. 41 // If main_function is not present, override dll_function with default_function. 42 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ 44 return __sanitizer::dllThunkInterceptWhenPossible(main_function, \
|
sanitizer_win_dll_thunk.h | 21 int dllThunkIntercept(const char* main_function, uptr dll_function); 23 int dllThunkInterceptWhenPossible(const char* main_function, 30 // Override dll_function with main_function from main executable. 31 #define INTERCEPT_OR_DIE(main_function, dll_function) \ 33 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \ 40 // Try to override dll_function with main_function from main executable. 41 // If main_function is not present, override dll_function with default_function. 42 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ 44 return __sanitizer::dllThunkInterceptWhenPossible(main_function, \
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_opregion.c | 284 u32 main_function, sub_function, scic; local in function:swsci 291 main_function = (function & SWSCI_SCIC_MAIN_FUNCTION_MASK) >> 297 if (main_function == SWSCI_SBCB) { 301 } else if (main_function == SWSCI_GBDA) {
|
intel_opregion.c | 284 u32 main_function, sub_function, scic; local in function:swsci 291 main_function = (function & SWSCI_SCIC_MAIN_FUNCTION_MASK) >> 297 if (main_function == SWSCI_SBCB) { 301 } else if (main_function == SWSCI_GBDA) {
|
intel_opregion.c | 284 u32 main_function, sub_function, scic; local in function:swsci 291 main_function = (function & SWSCI_SCIC_MAIN_FUNCTION_MASK) >> 297 if (main_function == SWSCI_SBCB) { 301 } else if (main_function == SWSCI_GBDA) {
|
intel_opregion.c | 284 u32 main_function, sub_function, scic; local in function:swsci 291 main_function = (function & SWSCI_SCIC_MAIN_FUNCTION_MASK) >> 297 if (main_function == SWSCI_SBCB) { 301 } else if (main_function == SWSCI_GBDA) {
|