Home
last modified time | relevance | path

Searched refs:_LSS_RETURN (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h2222 #undef _LSS_RETURN
2223 #define _LSS_RETURN(type, res, cast) \ macro
2232 #define LSS_RETURN(type, res) _LSS_RETURN(type, res, uintptr_t)
2241 _LSS_RETURN(type, __res, cast)