Searched refs:PT_NULL (Results 1 – 12 of 12) sorted by relevance
249 #define PT_NULL 0 /* Unused entry. */ macro
454 #define PT_NULL 0 /* unused */ macro
1012 PT_NULL = 0, // Unused segment. enumerator
1183 PT_NULL = 0, // Unused segment. enumerator
149 #define PT_NULL ((ULONG) 1) macro192 #define PR_NULL PROP_TAG(PT_NULL,PROP_ID_NULL)
146 #define PT_NULL ((ULONG) 1) macro189 #define PR_NULL PROP_TAG(PT_NULL,PROP_ID_NULL)
1358 // We only expect PT_LOADs. This must be PT_NULL that we didn't1360 ABSL_RAW_CHECK(p.p_type == PT_NULL, "unexpected p_type");
1348 // We only expect PT_LOADs. This must be PT_NULL that we didn't1350 ABSL_RAW_CHECK(p.p_type == PT_NULL, "unexpected p_type");
593 #define PT_NULL 0 macro
46 ECase(PT_NULL); in enumeration()