Home
last modified time | relevance | path

Searched defs:wrapper (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_linux.cpp60 uptr wrapper) { in InterceptFunction()
73 uptr func, uptr wrapper) { in InterceptFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); in dllThunkIntercept() local
43 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc33 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); in dllThunkIntercept() local
41 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp34 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); in dllThunkIntercept() local
42 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_linux.cc28 uptr real, uptr wrapper) { in GetRealFunctionAddress()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_linux.cc26 uptr real, uptr wrapper) { in GetRealFunctionAddress()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-archive.c699 ctf_arc_flush_caches (ctf_archive_t *wrapper) in ctf_arc_flush_caches()
780 ctf_archive_count (const ctf_archive_t *wrapper) in ctf_archive_count()
800 ctf_arc_lookup_sym_or_name (ctf_archive_t *wrapper, unsigned long symidx, in ctf_arc_lookup_sym_or_name()
989 ctf_arc_lookup_symbol (ctf_archive_t *wrapper, unsigned long symidx, in ctf_arc_lookup_symbol()
998 ctf_arc_lookup_symbol_name (ctf_archive_t *wrapper, const char *symname, in ctf_arc_lookup_symbol_name()
1084 ctf_archive_next (const ctf_archive_t *wrapper, ctf_next_t **it, const char **name, in ctf_archive_next()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-archive.c697 ctf_arc_flush_caches (ctf_archive_t *wrapper) in ctf_arc_flush_caches()
778 ctf_archive_count (const ctf_archive_t *wrapper) in ctf_archive_count()
798 ctf_arc_lookup_sym_or_name (ctf_archive_t *wrapper, unsigned long symidx, in ctf_arc_lookup_sym_or_name()
987 ctf_arc_lookup_symbol (ctf_archive_t *wrapper, unsigned long symidx, in ctf_arc_lookup_symbol()
996 ctf_arc_lookup_symbol_name (ctf_archive_t *wrapper, const char *symname, in ctf_arc_lookup_symbol_name()
1082 ctf_archive_next (const ctf_archive_t *wrapper, ctf_next_t **it, const char **name, in ctf_archive_next()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py116 def wrapper(*args, **kwargs): function
H A Danalyze.py424 def wrapper(*args, **kwargs): function
/netbsd-src/external/bsd/kyua-cli/dist/utils/format/
H A Dformatter_test.cpp78 operator<<(std::ostream& output, const int_wrapper& wrapper) in operator <<()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h144 class wrapper; variable
H A Djit-playback.c1336 playback::wrapper *wrapper = reinterpret_cast <playback::wrapper *> (ptr); in wrapper_finalizer() local
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h146 class wrapper; variable
H A Djit-playback.cc1718 playback::wrapper *wrapper = reinterpret_cast <playback::wrapper *> (ptr); in wrapper_finalizer() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d10588 auto wrapper = refRange(&buffer); in this() variable
10609 const wrapper = refRange(&buffer); in this() variable
10623 auto wrapper = refRange(&filtered); in this() variable
10636 const wrapper = refRange(&filtered); in this() variable
10649 auto wrapper = refRange(&str); in this() variable
10663 auto wrapper = refRange(&range); in this() variable
10707 auto wrapper = refRange(&arr); in this() variable
10724 auto wrapper = refRange(&str); in this() variable
10736 auto wrapper = refRange(&arr); in this() variable
10745 auto wrapper = refRange(&str); in this() variable
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d487 enum wrapper = CTRegexWrapper!Char(&staticRe); in foreach() variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst445 .. _wrapper: target
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dplugin.c771 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; in get_symbols() enumerator
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c758 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; in get_symbols() enumerator
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c1221 SwigPerlWrapperPtr wrapper; member
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c843 int (*wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []); member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc5609 gfc_expr *wrapper, *tmp_expr; in add_caf_get_intrinsic() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp2222 auto wrapper = +[](void *p) -> int { in TSAN_INTERCEPTOR() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c5524 gfc_expr *wrapper, *tmp_expr; in add_caf_get_intrinsic() local

12