If a C name has an _ prepended then only asm labels that start with _ are representable in C, by removing the first _. ASM names without _ at the beginning don't correspond to C names, but we use the global C symbol table to track ASM names as well, so we need to transform those into ones that don't conflict with a C name, so prepend a '.' for them, but force the ELF asm name to be
source not stored for this graph (policy: none)
no test coverage detected