Correct the relocation operators from %got to %call16 for function call
lowering in FastISel and correct the relocation sequences for objects which
are not visible outside their translation unit.
Data and functions which are not visible outside their translation unit are
accessed by loading the base address from the GOT and modifying that with
a %lo relocation operator.