Home
last modified time | relevance | path

Searched defs:__sanitizer_shmid_ds (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h74 struct __sanitizer_shmid_ds { struct
75 __sanitizer_ipc_perm shm_perm;
76 unsigned long shm_segsz; // size_t
77 unsigned long shm_flags; // uintptr_t
78 unsigned short shm_lkcnt; // ushort_t
79 int shm_lpid; // pid_t
80 int shm_cpid; // pid_t
81 unsigned long shm_nattch; // shmatt_t
82 unsigned long shm_cnattch; // ulong_t
84 long shm_atime; // time_t
[all …]
H A Dsanitizer_platform_limits_posix.h245 struct __sanitizer_shmid_ds { struct
246 shm_perm__sanitizer_shmid_ds global() argument
249 __pad1__sanitizer_shmid_ds global() argument
251 shm_atime__sanitizer_shmid_ds global() argument
253 __pad2__sanitizer_shmid_ds global() argument
255 shm_dtime__sanitizer_shmid_ds global() argument
257 __pad3__sanitizer_shmid_ds global() argument
259 shm_ctime__sanitizer_shmid_ds global() argument
260 shm_segsz__sanitizer_shmid_ds global() argument
261 shm_cpid__sanitizer_shmid_ds global() argument
262 shm_lpid__sanitizer_shmid_ds global() argument
263 shm_nattch__sanitizer_shmid_ds global() argument
264 __glibc_reserved1__sanitizer_shmid_ds global() argument
265 __glibc_reserved2__sanitizer_shmid_ds global() argument
268 shm_segsz__sanitizer_shmid_ds global() argument
270 __unused0__sanitizer_shmid_ds global() argument
273 shm_atime__sanitizer_shmid_ds global() argument
274 shm_dtime__sanitizer_shmid_ds global() argument
275 shm_ctime__sanitizer_shmid_ds global() argument
277 shm_atime__sanitizer_shmid_ds global() argument
279 __unused1__sanitizer_shmid_ds global() argument
281 shm_dtime__sanitizer_shmid_ds global() argument
283 __unused2__sanitizer_shmid_ds global() argument
285 shm_ctime__sanitizer_shmid_ds global() argument
287 __unused3__sanitizer_shmid_ds global() argument
291 shm_segsz__sanitizer_shmid_ds global() argument
293 shm_cpid__sanitizer_shmid_ds global() argument
294 shm_lpid__sanitizer_shmid_ds global() argument
296 shm_nattch__sanitizer_shmid_ds global() argument
297 __unused4__sanitizer_shmid_ds global() argument
298 __unused5__sanitizer_shmid_ds global() argument
300 shm_nattch__sanitizer_shmid_ds global() argument
301 __unused4__sanitizer_shmid_ds global() argument
302 __unused5__sanitizer_shmid_ds global() argument
H A Dsanitizer_platform_limits_freebsd.h136 struct __sanitizer_shmid_ds { struct
137 __sanitizer_ipc_perm shm_perm;
138 unsigned long shm_segsz;
139 unsigned int shm_lpid;
140 unsigned int shm_cpid;
141 int shm_nattch;
142 __sanitizer_time_t shm_atime;
143 __sanitizer_time_t shm_dtime;
144 __sanitizer_time_t shm_ctime;
H A Dsanitizer_platform_limits_netbsd.h120 struct __sanitizer_shmid_ds { struct
121 __sanitizer_ipc_perm shm_perm;
122 unsigned long shm_segsz;
123 u32 shm_lpid;
124 u32 shm_cpid;
125 unsigned int shm_nattch;
126 u64 shm_atime;
127 u64 shm_dtime;
128 u64 shm_ctime;
129 void *_shm_internal;