Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h239 struct __sanitizer_shmid_ds { struct
240 __sanitizer_ipc_perm shm_perm;
243 u32 __pad1;
245 long shm_atime;
247 u32 __pad2;
249 long shm_dtime;
251 u32 __pad3;
253 long shm_ctime;
254 uptr shm_segsz;
255 int shm_cpid;
[all …]
H A Dsanitizer_platform_limits_solaris.h72 struct __sanitizer_shmid_ds { struct
73 __sanitizer_ipc_perm shm_perm;
74 unsigned long shm_segsz; // size_t
75 unsigned long shm_flags; // uintptr_t
76 unsigned short shm_lkcnt; // ushort_t
77 int shm_lpid; // pid_t
78 int shm_cpid; // pid_t
79 unsigned long shm_nattch; // shmatt_t
80 unsigned long shm_cnattch; // ulong_t
82 long shm_atime; // time_t
[all …]
H A Dsanitizer_platform_limits_openbsd.h99 struct __sanitizer_shmid_ds { struct
100 __sanitizer_ipc_perm shm_perm;
101 int shm_segsz;
102 u32 shm_lpid;
103 u32 shm_cpid;
104 short shm_nattch;
105 u64 shm_atime;
106 long __shm_atimensec;
107 u64 shm_dtime;
108 long __shm_dtimensec;
[all …]
H A Dsanitizer_platform_limits_freebsd.h123 struct __sanitizer_shmid_ds { struct
124 __sanitizer_ipc_perm shm_perm;
125 unsigned long shm_segsz;
126 unsigned int shm_lpid;
127 unsigned int shm_cpid;
128 int shm_nattch;
129 __sanitizer_time_t shm_atime;
130 __sanitizer_time_t shm_dtime;
131 __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;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.h233 struct __sanitizer_shmid_ds { struct
234 __sanitizer_ipc_perm shm_perm;
237 u32 __pad1;
239 long shm_atime;
241 u32 __pad2;
243 long shm_dtime;
245 u32 __pad3;
247 long shm_ctime;
248 uptr shm_segsz;
249 int shm_cpid;
[all …]
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;
/netbsd-src/sys/external/bsd/compiler_rt/dist/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.h239 struct __sanitizer_shmid_ds { struct
240 __sanitizer_ipc_perm shm_perm;
243 u32 __pad1;
245 long shm_atime;
247 u32 __pad2;
249 long shm_dtime;
251 u32 __pad3;
253 long shm_ctime;
254 uptr shm_segsz;
255 int shm_cpid;
[all …]
H A Dsanitizer_platform_limits_openbsd.h101 struct __sanitizer_shmid_ds { struct
102 __sanitizer_ipc_perm shm_perm;
103 int shm_segsz;
104 u32 shm_lpid;
105 u32 shm_cpid;
106 short shm_nattch;
107 u64 shm_atime;
108 long __shm_atimensec;
109 u64 shm_dtime;
110 long __shm_dtimensec;
[all …]
H A Dsanitizer_platform_limits_freebsd.h118 struct __sanitizer_shmid_ds { struct
119 __sanitizer_ipc_perm shm_perm;
120 unsigned long shm_segsz;
121 unsigned int shm_lpid;
122 unsigned int shm_cpid;
123 int shm_nattch;
124 unsigned long shm_atime;
125 unsigned long shm_dtime;
126 unsigned long shm_ctime;
H A Dsanitizer_platform_limits_netbsd.h127 struct __sanitizer_shmid_ds { struct
128 __sanitizer_ipc_perm shm_perm;
129 unsigned long shm_segsz;
130 u32 shm_lpid;
131 u32 shm_cpid;
132 unsigned int shm_nattch;
133 u64 shm_atime;
134 u64 shm_dtime;
135 u64 shm_ctime;
136 void *_shm_internal;