Searched refs:default_function (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/tools/ |
H A D | makeobjops.awk | 240 default_function = ""; 248 default_function = extra; 249 sub(/.*DEFAULT[ ]*/, "", default_function); 250 sub(/[; ]+.*$/, "", default_function); 294 if (default_function == "") 295 default_function = "kobj_error_method"; 308 printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }");
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_dll_thunk.cpp | 41 const char* default_function, uptr dll_function) { in dllThunkInterceptWhenPossible() argument 45 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible()
|
H A D | 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); \
|