Home
last modified time | relevance | path

Searched defs:descr (Results 1 – 25 of 60) sorted by relevance

123

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp86 ShadowAddressDescription descr; in DescribeAddressIfShadow() local
92 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) { in GetShadowAddressInformation()
103 static void GetAccessToHeapChunkInformation(ChunkAccess *descr, in GetAccessToHeapChunkInformation()
126 static void PrintHeapChunkAccess(uptr addr, const ChunkAccess &descr) { in PrintHeapChunkAccess()
156 HeapAddressDescription *descr) { in GetHeapAddressInformation()
181 HeapAddressDescription descr; in DescribeAddressIfHeap() local
194 StackAddressDescription *descr) { in GetStackAddressInformation()
269 StackAddressDescription descr; in DescribeAddressIfStack() local
302 GlobalAddressDescription *descr) { in GetGlobalAddressInformation()
313 GlobalAddressDescription descr; in DescribeAddressIfGlobal() local
H A Dasan_scariness_score.h62 char descr[1024]; member
H A Dasan_debugging.cpp83 AddressDescription descr(addr); in __asan_locate_address() local
H A Dasan_fake_stack.h24 uptr descr; // Modified by the instrumented code. member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlibunwind-frame.c96 struct libunwind_descr *descr = GDBARCH_OBSTACK_ZALLOC (gdbarch, in libunwind_descr_init() local
102 libunwind_frame_set_descr (struct gdbarch *gdbarch, struct libunwind_descr *descr) in libunwind_frame_set_descr()
132 struct libunwind_descr *descr; in libunwind_frame_cache() local
194 struct libunwind_descr *descr; in libunwind_frame_sniffer() local
246 struct libunwind_descr *descr; in libunwind_frame_prev_register() local
H A Dregcache.c87 struct regcache_descr *descr; in init_regcache_descr() local
162 struct regcache_descr *descr = regcache_descr (gdbarch); in register_type() local
173 struct regcache_descr *descr = regcache_descr (gdbarch); in register_size() local
184 struct regcache_descr *descr; member
202 struct regcache_descr *descr; in regcache_xmalloc() local
876 struct regcache_descr *descr = regcache->descr; in regcache_xfer_part() local
908 struct regcache_descr *descr = regcache->descr; in regcache_raw_read_part() local
918 struct regcache_descr *descr = regcache->descr; in regcache_raw_write_part() local
928 struct regcache_descr *descr = regcache->descr; in regcache_cooked_read_part() local
938 struct regcache_descr *descr = regcache->descr; in regcache_cooked_write_part() local
[all …]
H A Dregset.h40 const void *descr; member
/openbsd/regress/lib/libcrypto/x509/
H A Dx509_asn1.c55 x509_set_integer(const char *descr, int (*f)(X509 *, ASN1_INTEGER *), X509 **x, in x509_set_integer()
71 x509_set_name(const char *descr, int (*f)(X509 *, X509_NAME *), X509 **x, in x509_set_name()
87 x509_set_time(const char *descr, int (*f)(X509 *, const ASN1_TIME *), X509 **x, in x509_set_time()
146 x509_crl_set_name(const char *descr, int (*f)(X509_CRL *, X509_NAME *), in x509_crl_set_name()
162 x509_crl_set_time(const char *descr, int (*f)(X509_CRL *, const ASN1_TIME *), in x509_crl_set_time()
/openbsd/regress/lib/libc/time/time_conversion/
H A Dtimetest.c29 char *descr; member
1818 void printtmdescr(FILE *f, struct tm *tm, char * descr) in printtmdescr()
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_unit.c28 test_bn_print_wrapper(char *a, size_t size, const char *descr, in test_bn_print_wrapper()
142 const char *descr) in bn_check_expected_flags()
H A Dbn_primes.c30 char *descr = NULL; in test_bn_is_prime_fasttest() local
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp307 static inline void SetAllocaOrigin(void *a, uptr size, u32 *id_ptr, char *descr, in SetAllocaOrigin()
602 void __msan_set_alloca_origin(void *a, uptr size, char *descr) { in __msan_set_alloca_origin()
607 void __msan_set_alloca_origin4(void *a, uptr size, char *descr, uptr pc) { in __msan_set_alloca_origin4()
616 char *descr) { in __msan_set_alloca_origin_with_descr()
H A Dmsan_linux.cpp37 void ReportMapRange(const char *descr, uptr beg, uptr size) { in ReportMapRange()
/openbsd/sys/arch/armv7/exynos/
H A Dexdisplay.c177 struct wsscreen_descr *descr = &exdisplay_stdscreen; in exdisplay_cnattach() local
195 exdisplay_setup_rasops(struct rasops_info *rinfo, struct wsscreen_descr *descr) in exdisplay_setup_rasops()
/openbsd/sys/arch/mips64/mips64/
H A Ddb_disasm.c561 const char *insn, *descr; in dbmd_print_insn() local
/openbsd/regress/lib/libcrypto/evp/
H A Devp_test.c533 evp_do_all_cb_common(const char *descr, const void *ptr, const char *from, in evp_do_all_cb_common()
657 const char *descr = "OBJ_NAME unknown"; in obj_name_cb() local
/openbsd/regress/lib/libedit/readline/
H A Dhistory.c70 check_current(const char *descr, const char *want) in check_current()
/openbsd/sys/dev/hil/
H A Dhildevs.h34 const char *descr; member
/openbsd/usr.sbin/rpki-client/
H A Dx509.c913 x509_location(const char *fn, const char *descr, GENERAL_NAME *location, in x509_location()
943 x509_valid_name(const char *fn, const char *descr, const X509_NAME *xn) in x509_valid_name()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcpu-arm.c240 char * descr; local
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-arm.c225 char * descr; in arm_check_note() local
/openbsd/lib/libagentx/
H A Dax.c402 struct ax_ostring *descr) in ax_open()
472 struct ax_ostring *descr) in ax_addagentcaps()
/openbsd/usr.sbin/bgpd/
H A Drtr.c312 char descr[PEER_DESCR_LEN]; in rtr_dispatch_imsg_parent() local
/openbsd/usr.sbin/snmpd/
H A Dax.c504 struct ax_ostring *descr) in ax_open()
612 struct ax_ostring *descr) in ax_addagentcaps()
/openbsd/sys/dev/usb/
H A Dugold.c434 const char *descr; in ugold_si700x_type() local

123