Searched refs:LSS_RETURN (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1561 #undef LSS_RETURN 1567 #define LSS_RETURN(type, res) \ macro 1579 #define LSS_RETURN(type, res, err) \ macro 1592 #define LSS_RETURN(type, res, err) \ macro 1664 LSS_RETURN(type,__res) 1673 LSS_RETURN(type,__res); \ 1721 LSS_RETURN(type,__res); \ 1743 LSS_RETURN(type,__res); \ 1829 LSS_RETURN(int, __res); in LSS_NAME() 1955 #undef LSS_RETURN [all …]
|