lib32stdc++-14-dev-ppc64-cross
GNU Standard C++ Library v3 (development files) (ppc64
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
lib32stdc++6-ppc64-cross
GNU Standard C++ Library v3 (32 bit Version)
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
lib32ubsan1-sparc64-cross
UBSan -- undefined behaviour sanitizer (32bit)
UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
Various computations will be instrumented to detect undefined behavior
at runtime. Available for C and C++.
lib64asan8-powerpc-cross
AddressSanitizer -- a fast memory error detector (64bit)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
lib64asan8-x32-cross
AddressSanitizer -- a fast memory error detector (64bit)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
lib64atomic1-x32-cross
support library providing __atomic built-in functions (64bit)
library providing __atomic built-in functions. When an atomic call cannot
be turned into lock-free instructions, GCC will make calls into this library.