| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-archive.c | 699 ctf_arc_flush_caches (ctf_archive_t *wrapper) in ctf_arc_flush_caches() argument 701 free (wrapper->ctfi_symdicts); in ctf_arc_flush_caches() 702 free (wrapper->ctfi_symnamedicts); in ctf_arc_flush_caches() 703 ctf_dynhash_destroy (wrapper->ctfi_dicts); in ctf_arc_flush_caches() 704 wrapper->ctfi_symdicts = NULL; in ctf_arc_flush_caches() 705 wrapper->ctfi_symnamedicts = NULL; in ctf_arc_flush_caches() 706 wrapper->ctfi_dicts = NULL; in ctf_arc_flush_caches() 707 wrapper->ctfi_crossdict_cache = NULL; in ctf_arc_flush_caches() 780 ctf_archive_count (const ctf_archive_t *wrapper) in ctf_archive_count() argument 782 if (!wrapper->ctfi_is_archive) in ctf_archive_count() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-archive.c | 697 ctf_arc_flush_caches (ctf_archive_t *wrapper) in ctf_arc_flush_caches() argument 699 free (wrapper->ctfi_symdicts); in ctf_arc_flush_caches() 700 free (wrapper->ctfi_symnamedicts); in ctf_arc_flush_caches() 701 ctf_dynhash_destroy (wrapper->ctfi_dicts); in ctf_arc_flush_caches() 702 wrapper->ctfi_symdicts = NULL; in ctf_arc_flush_caches() 703 wrapper->ctfi_symnamedicts = NULL; in ctf_arc_flush_caches() 704 wrapper->ctfi_dicts = NULL; in ctf_arc_flush_caches() 705 wrapper->ctfi_crossdict_cache = NULL; in ctf_arc_flush_caches() 778 ctf_archive_count (const ctf_archive_t *wrapper) in ctf_archive_count() argument 780 if (!wrapper->ctfi_is_archive) in ctf_archive_count() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.cc | 35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); in dllThunkIntercept() local 36 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept() 43 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() local 45 if (!wrapper) in dllThunkInterceptWhenPossible() 46 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible() 47 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.cc | 33 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); in dllThunkIntercept() local 34 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept() 41 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() local 43 if (!wrapper) in dllThunkInterceptWhenPossible() 44 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible() 45 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.cpp | 34 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); in dllThunkIntercept() local 35 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept() 42 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() local 44 if (!wrapper) in dllThunkInterceptWhenPossible() 45 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible() 46 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | Makefile.am | 23 atlocal.in wrapper.as statesave.m4 58 CLEANFILES = wrapper.in $(wrappers) package.m4 60 wrapper.in: $(srcdir)/wrapper.as $(m4sh_m4f_dependencies) 61 $(MY_AUTOM4TE) --language=M4sh $(srcdir)/wrapper.as -o $@ 69 $(wrappers): wrapper.in 71 input=wrapper.in; \ 72 $(edit) wrapper.in >$@.tmp
|
| H A D | Makefile.in | 187 EXTRA_DIST = $(TESTSUITE_AT) local.at mktests.sh atlocal.in wrapper.as \ 267 CLEANFILES = wrapper.in $(wrappers) package.m4 mktests.tmp expr 568 wrapper.in: $(srcdir)/wrapper.as $(m4sh_m4f_dependencies) 569 $(MY_AUTOM4TE) --language=M4sh $(srcdir)/wrapper.as -o $@ 571 $(wrappers): wrapper.in 573 input=wrapper.in; \ 574 $(edit) wrapper.in >$@.tmp
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| H A D | interception_linux.cpp | 60 uptr wrapper) { in InterceptFunction() argument 61 void *addr = GetFuncAddr(name, wrapper); in InterceptFunction() 63 return addr && (func == wrapper); in InterceptFunction() 73 uptr func, uptr wrapper) { in InterceptFunction() argument 76 return addr && (func == wrapper); in InterceptFunction()
|
| H A D | interception_linux.h | 26 uptr wrapper); 28 uptr func, uptr wrapper);
|
| /netbsd-src/external/gpl3/gdb/dist/sim/arm/ |
| H A D | ChangeLog-2021 | 69 * wrapper.c (sim_open): Set current_alignment. 92 * armos.c, wrapper.c: Replace config.h include with defs.h. 106 * wrapper.c: Likewise. 115 * wrapper.c (op_printf): Likewise. 164 * wrapper.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all. 202 * wrapper.c: Include stdlib.h. 214 * wrapper.c (sim_create_inferior): Accept some more ARM machine numbers. 229 * wrapper.c (sim_target_parse_command_line): Free discarded argv 242 * wrapper.c: Include "maverick.h". 259 * wrapper.c (print_insn): Use disassembler instead of [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/ |
| H A D | CMakeLists.txt | 3 add_clang_tool(clang-offload-wrapper 14 add_dependencies(clang clang-offload-wrapper) 16 clang_target_link_libraries(clang-offload-wrapper
|
| /netbsd-src/external/gpl2/lvm2/dist/test/ |
| H A D | Makefile.in | 71 .bin-dir-stamp: lvm-wrapper 75 ln -s ../lvm-wrapper bin/$$i; \ 80 lvm-wrapper: Makefile 91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
|
| H A D | Makefile | 71 .bin-dir-stamp: lvm-wrapper 75 ln -s ../lvm-wrapper bin/$$i; \ 80 lvm-wrapper: Makefile 91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | socket-wrapper.m4 | 5 AC_ARG_ENABLE(socket-wrapper, 6 AS_HELP_STRING([--enable-socket-wrapper], 7 [use sambas socket-wrapper for testing]))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.h | 371 class wrapper 383 class type : public wrapper 421 class field : public wrapper 436 class function : public wrapper 500 class block : public wrapper 573 class rvalue : public wrapper 648 class source_file : public wrapper 669 class source_line : public wrapper 689 class location : public wrapper
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.h | 415 class wrapper 427 class type : public wrapper 465 class field : public wrapper 480 class function : public wrapper 559 class block : public wrapper 642 class rvalue : public wrapper 749 class source_file : public wrapper 770 class source_line : public wrapper 790 class location : public wrapper
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| H A D | interception_linux.cc | 28 uptr real, uptr wrapper) { in GetRealFunctionAddress() argument 43 return real == wrapper; in GetRealFunctionAddress()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| H A D | interception_linux.cc | 26 uptr real, uptr wrapper) { in GetRealFunctionAddress() argument 40 return real == wrapper; in GetRealFunctionAddress()
|
| /netbsd-src/external/gpl3/gcc/usr.bin/lto-wrapper/ |
| H A D | Makefile | 4 PROG= lto-wrapper 6 SRCS= lto-wrapper.cc \
|
| /netbsd-src/external/gpl3/gcc.old/usr.bin/lto-wrapper/ |
| H A D | Makefile | 4 PROG= lto-wrapper 6 SRCS= lto-wrapper.c \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | contexts.rst | 34 It is a thin wrapper around the C API's :c:type:`gcc_jit_context *`. 151 This is a thin wrapper around the C API 170 This is a thin wrapper around the C API 183 This is a thin wrapper around the C API 193 This entrypoint can be used to disable that error; it is a thin wrapper 214 as a subprocess; it is a thin wrapper around the C API 233 This is a thin wrapper around the C API 246 This is a thin wrapper around the C API
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | contexts.rst | 34 It is a thin wrapper around the C API's :c:type:`gcc_jit_context *`. 151 This is a thin wrapper around the C API 170 This is a thin wrapper around the C API 183 This is a thin wrapper around the C API 193 This entrypoint can be used to disable that error; it is a thin wrapper 214 as a subprocess; it is a thin wrapper around the C API 233 This is a thin wrapper around the C API 246 This is a thin wrapper around the C API
|
| /netbsd-src/external/bsd/unbound/dist/dnscrypt/testdata/ |
| H A D | gencert.sh | 17 dnscrypt-wrapper --gen-crypt-keypair \ 31 dnscrypt-wrapper ${extraarg} --gen-cert-file \
|
| /netbsd-src/lib/libm/arch/m68060/ |
| H A D | makeas.sh | 77 * FPLSP wrapper for ${ALIAS:-$NAME} 124 * FPLSP wrapper for ${ALIAS:-$NAME} 159 * FPLSP wrapper.
|
| /netbsd-src/external/gpl3/binutils/usr.bin/gas/ |
| H A D | Makefile | 13 ${G_OBJS:M*.o:Mitbl-lex-wrapper.o:S/-wrapper.o/.l/} \
|