Searched refs:MappingArchImpl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform.h551 uptr MappingArchImpl(void) { function in namespace:__tsan
578 return MappingArchImpl<MAPPING_LO_APP_BEG>();
582 return MappingArchImpl<MAPPING_LO_APP_END>();
588 return MappingArchImpl<MAPPING_MID_APP_BEG>();
592 return MappingArchImpl<MAPPING_MID_APP_END>();
598 return MappingArchImpl<MAPPING_HEAP_BEG>();
602 return MappingArchImpl<MAPPING_HEAP_END>();
607 return MappingArchImpl<MAPPING_HI_APP_BEG>();
611 return MappingArchImpl<MAPPING_HI_APP_END>();
616 return MappingArchImpl<MAPPING_VDSO_BE
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform.h549 uptr MappingArchImpl(void) { function in namespace:__tsan
576 return MappingArchImpl<MAPPING_LO_APP_BEG>();
580 return MappingArchImpl<MAPPING_LO_APP_END>();
586 return MappingArchImpl<MAPPING_MID_APP_BEG>();
590 return MappingArchImpl<MAPPING_MID_APP_END>();
596 return MappingArchImpl<MAPPING_HEAP_BEG>();
600 return MappingArchImpl<MAPPING_HEAP_END>();
605 return MappingArchImpl<MAPPING_HI_APP_BEG>();
609 return MappingArchImpl<MAPPING_HI_APP_END>();
614 return MappingArchImpl<MAPPING_VDSO_BE
[all...]

Completed in 120 milliseconds