According to [the LLVM documentation](https://clang.llvm.org/docs/SanitizerCoverage.html#pc-table), `__sanitizer_cov_pcs_init` gets called *per DSO*. `libafl_bolts` must support this. Spotted [in a fuzzbench build](https://github.com/google/fuzzbench/actions/runs/10391327898/job/28773971531?pr=2027#step:8:15294). Blocks https://github.com/google/fuzzbench/pull/2027.
According to the LLVM documentation,
__sanitizer_cov_pcs_initgets called per DSO.libafl_boltsmust support this. Spotted in a fuzzbench build.Blocks google/fuzzbench#2027.