lib64stdc++6-x32-cross

GNU Standard C++ Library v3 (x32) (64bit)

This package contains an additional runtime library for C++ programs built with the GNU compiler.

lib64ubsan1-x32-cross

UBSan -- undefined behaviour sanitizer (64bit)

UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++.

libasan8-powerpc-cross

AddressSanitizer -- a fast memory error detector

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libasan8-ppc64-cross

AddressSanitizer -- a fast memory error detector

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libasan8-sparc64-cross

AddressSanitizer -- a fast memory error detector

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libatomic1-alpha-cross

support library providing __atomic built-in functions

library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library.