Searched refs:__chk_error (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | trap.c | 29 static int __chk_error(const char *filename, int line, int ret) in __chk_error() function 40 #define chk_error(ret) __chk_error(__FILE__, __LINE__, (ret))
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | hex_test.h | 42 static inline void __chk_error(const char *filename, int line, int ret) in __chk_error() function 50 #define chk_error(ret) __chk_error(__FILE__, __LINE__, (ret))
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | signals.c | 32 static int __chk_error(const char *filename, int line, int ret) in __chk_error() function 43 #define chk_error(ret) __chk_error(__FILE__, __LINE__, (ret))
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-test.c | 58 static int __chk_error(const char *filename, int line, int ret) in __chk_error() function 69 #define chk_error(ret) __chk_error(__FILE__, __LINE__, (ret))
|