Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/tools/
HDmakeobjops.awk244 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/
HDsanitizer_win_dll_thunk.cpp41 const char* default_function, uptr dll_function) { in dllThunkInterceptWhenPossible() argument
45 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible()
HDsanitizer_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); \