/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 152 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument 158 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument 202 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() argument 237 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() argument 292 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument 397 DEFINE_REAL(char*, index, const char *string, int c) in DEFINE_REAL() 425 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() argument 444 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument 498 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument 524 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() argument [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 159 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument 264 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 488 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() argument 547 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument 600 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() argument 606 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in INTERCEPTOR() argument 653 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() argument 661 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() argument 670 INTERCEPTOR(int, fstat, int fd, void *buf) { in INTERCEPTOR() argument 683 INTERCEPTOR(int, fstat64, int fd, void *buf) { in INTERCEPTOR() argument [all …]
|
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 160 WRAPPER2(int, memcmp, const void *s1, const void *s2, size_t n) in WRAPPER2() argument 262 WRAPPER2(int, strcmp, const char *s1, const char *s2) in WRAPPER2() argument 275 WRAPPER2(int, strcasecmp, const char *s1, const char *s2) in WRAPPER2() argument 288 WRAPPER2(int, strncmp, const char *s1, const char *s2, size_t n) in WRAPPER2() argument 301 WRAPPER2(int, strncasecmp, const char *s1, const char *s2, size_t n) in WRAPPER2() argument 445 WRAPPER2(int, bcmp, const void *s1, const void *s2, size_t n) in WRAPPER2() argument 679 WRAPPER2(int, setvbuf, FILE *stream, char *buf, int mode, size_t size) in WRAPPER2() argument 703 WRAPPER2(int, setbuf, FILE* stream, char *buf) in WRAPPER2() argument 710 WRAPPER2(int, setbuffer, FILE* stream, char *buf, size_t sz) in WRAPPER2() argument 717 WRAPPER2(int, setlinebuf, FILE* stream) in WRAPPER2() argument [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | elf.c | 1107 const char *string; in _bfd_elf_print_private_bfd_data() local 1303 const char *string) in _bfd_elf_link_hash_newfunc() 1593 const char *string; in bfd_elf_get_bfd_needed_list() local 3157 unsigned int to, in make_mapping() 7663 int (*target_read_memory) (bfd_vma, char *, int)) in bfd_elf_bfd_from_remote_memory() argument
|
/openbsd-src/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.c | 9294 alpha_align_insns (unsigned int max_align, in alpha_align_insns() 9295 rtx (*next_group) (rtx, int *, int *), in alpha_align_insns() argument 9936 unicosmk_initial_elimination_offset (int from, int to) in unicosmk_initial_elimination_offset() 10085 char *string; in unicosmk_unique_section() local 10099 char *string; in unicosmk_unique_section() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf.c | 1274 const char *string; in _bfd_elf_print_private_bfd_data() local 1474 const char *string) in _bfd_elf_link_hash_newfunc() 1764 const char *string; in bfd_elf_get_bfd_needed_list() local 3598 unsigned int to, in make_mapping() 8701 int (*target_read_memory) (bfd_vma, bfd_byte *, int)) in bfd_elf_bfd_from_remote_memory() argument
|