Searched refs:_Vmassert (Results 1 – 3 of 3) sorted by relevance
149 #define ABORT() (_Vmassert & VM_abort)150 #define CHECK() (_Vmassert & VM_check)503 #define _Vmassert (_Vmextern.vm_assert) macro
1007 _Vmassert |= VM_abort; in _vmoptions()1010 _Vmassert |= VM_check; in _vmoptions()1032 _Vmassert |= VM_mmap; in _vmoptions()1056 _Vmassert |= VM_region; in _vmoptions()
417 if(_Vmassert & VM_region)858 { int vmassert = _Vmassert;859 _Vmassert = local ? local : vmassert ? vmassert : (VM_check|VM_abort);861 _Vmassert = local ? local : vmassert;1339 if(!(_Vmassert & VM_mmap))