OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__sanitizer_cap_rights
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.h
625
struct
__sanitizer_cap_rights
{
struct in namespace:__sanitizer
629
typedef struct
__sanitizer_cap_rights
__sanitizer_cap_rights_t;
sanitizer_common_interceptors.inc
7962
INTERCEPTOR(
__sanitizer_cap_rights
*, cap_rights_merge,
7963
__sanitizer_cap_rights
*dst, const
__sanitizer_cap_rights
*src) {
7969
__sanitizer_cap_rights
*ret = REAL(cap_rights_merge)(dst, src);
7976
INTERCEPTOR(
__sanitizer_cap_rights
*, cap_rights_remove,
7977
__sanitizer_cap_rights
*dst, const
__sanitizer_cap_rights
*src) {
7983
__sanitizer_cap_rights
*ret = REAL(cap_rights_remove)(dst, src);
7990
INTERCEPTOR(bool, cap_rights_contains, const
__sanitizer_cap_rights
*big,
7991
const
__sanitizer_cap_rights
*little)
[
all
...]
Completed in 16 milliseconds
Indexes created Sun Oct 19 01:09:53 GMT 2025