Shiva allows for Transform operations. Currently this basically means "Function splicing". Shiva can splice
relocatable code into a function at any point, and fully extend, relocate, and transform the function as needed
with full external symbol resolution etc. It's a beautiful feature. --
Feature enhancement 1: Support transformations on more than one function.
Feature enhancement 2: Support multiple function splices on a single function.