This patch adds a DFSan option to read the application shadow mask
value from an external source instead of use static defined integers.
It is used on architectures with multiple VMA that might place the
application data in different regions.
The patch also adjust the aarch64 instrumentation to use this new
option making the SANITIZER_AARCH64_VMA build option not required
anymore.
Along with this patch a compiler-rt one will also be added to export
the shadow mask variable.
Shado -> Shadow