Home
last modified time | relevance | path

Searched refs:default_function (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/tools/
H A Dmakeobjops.awk240 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 Dsanitizer_win_dll_thunk.cpp41 const char* default_function, uptr dll_function) { in dllThunkInterceptWhenPossible() argument
45 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_dll_thunk.h23 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); \