Home
last modified time | relevance | path

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

/freebsd-13.1/sys/tools/
H A Dmakeobjops.awk245 default_function = "";
253 default_function = extra;
254 sub(/.*DEFAULT[ ]*/, "", default_function);
255 sub(/[; ]+.*$/, "", default_function);
299 if (default_function == "")
300 default_function = "kobj_error_method";
313 printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }");
/freebsd-13.1/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); \