RSGlobalInfoPass: Fix types in global info tables

Bug: 20306487

With LLVM asserts enabled, the code that builds .rs.global_names and
.rs.global_addresses triggered an assertion because the table entries
were not void pointers.

Fix by casting the inputs appropriately.

Change-Id: I21310d8da46150dcf7590faf398d11b3b72a692b
(cherry picked from commit 721414ca0d1f1d6a1f98b5f16c5766cfa001d784)
1 file changed