Searched refs:default_function (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/tools/ |
| HD | makeobjops.awk | 244 default_function = ""; 252 default_function = extra; 253 sub(/.*DEFAULT[ ]*/, "", default_function); 254 sub(/[; ]+.*$/, "", default_function); 298 if (default_function == "") 299 default_function = "kobj_error_method"; 312 printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }");
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_win_dll_thunk.cpp | 41 const char* default_function, uptr dll_function) { in dllThunkInterceptWhenPossible() argument 45 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible()
|
| HD | sanitizer_win_dll_thunk.h | 23 const char* default_function, uptr dll_function); 41 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ argument 44 default_function, (__sanitizer::uptr)dll_function); \
|