reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func,
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc5601 INTERCEPTOR(void, xdrmem_create, __sanitizer_XDR *xdrs, uptr addr, 5617 INTERCEPTOR(void, xdrstdio_create, __sanitizer_XDR *xdrs, void *file, int op) { 5642 XDR_INTERCEPTOR(xdr_short, short) 5643 XDR_INTERCEPTOR(xdr_u_short, unsigned short) 5644 XDR_INTERCEPTOR(xdr_int, int) 5644 XDR_INTERCEPTOR(xdr_int, int) 5645 XDR_INTERCEPTOR(xdr_u_int, unsigned) 5645 XDR_INTERCEPTOR(xdr_u_int, unsigned) 5646 XDR_INTERCEPTOR(xdr_long, long) 5647 XDR_INTERCEPTOR(xdr_u_long, unsigned long) 5647 XDR_INTERCEPTOR(xdr_u_long, unsigned long) 5648 XDR_INTERCEPTOR(xdr_hyper, long long) 5649 XDR_INTERCEPTOR(xdr_u_hyper, unsigned long long) 5650 XDR_INTERCEPTOR(xdr_longlong_t, long long) 5651 XDR_INTERCEPTOR(xdr_u_longlong_t, unsigned long long) 5652 XDR_INTERCEPTOR(xdr_int8_t, u8) 5653 XDR_INTERCEPTOR(xdr_uint8_t, u8) 5653 XDR_INTERCEPTOR(xdr_uint8_t, u8) 5654 XDR_INTERCEPTOR(xdr_int16_t, u16) 5655 XDR_INTERCEPTOR(xdr_uint16_t, u16) 5655 XDR_INTERCEPTOR(xdr_uint16_t, u16) 5656 XDR_INTERCEPTOR(xdr_int32_t, u32) 5657 XDR_INTERCEPTOR(xdr_uint32_t, u32) 5657 XDR_INTERCEPTOR(xdr_uint32_t, u32) 5658 XDR_INTERCEPTOR(xdr_int64_t, u64) 5660 XDR_INTERCEPTOR(xdr_quad_t, long long) 5661 XDR_INTERCEPTOR(xdr_u_quad_t, unsigned long long) 5662 XDR_INTERCEPTOR(xdr_bool, bool) 5662 XDR_INTERCEPTOR(xdr_bool, bool) 5663 XDR_INTERCEPTOR(xdr_enum, int) 5663 XDR_INTERCEPTOR(xdr_enum, int) 5664 XDR_INTERCEPTOR(xdr_char, char) 5665 XDR_INTERCEPTOR(xdr_u_char, unsigned char) 5665 XDR_INTERCEPTOR(xdr_u_char, unsigned char) 5667 XDR_INTERCEPTOR(xdr_double, double) 5672 INTERCEPTOR(int, xdr_bytes, __sanitizer_XDR *xdrs, char **p, unsigned *sizep, 5672 INTERCEPTOR(int, xdr_bytes, __sanitizer_XDR *xdrs, char **p, unsigned *sizep, 5693 INTERCEPTOR(int, xdr_string, __sanitizer_XDR *xdrs, char **p,