Erich,
I've been playing with many variations in order to identify the file name/object via the linker configuration. I've tried adding the library and object files to my project and specifying those in the linker configuration. However, it appears the library located at
"C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a" appears to be taking precedence without getting relocated to the section I'm specifying. I've tried to call out that library specifically, but doesn't appear that the linker lets you call out library files. I feel I'm close and there's something very small I'm missing here. If you have any further suggestions. Please let me know.
An alternative that I'm considering is updating the linker file to locate ALL code into the Bootloader section unless I re-direct it. So, in this case, I'd have an "App" folder and all code in there would be redirected to the Application section. This is a little backwards from what I was after, but I believe it'll accomplish the same goal and actually have a nice benefit of being a catch-all in the sense that there no way to accidentally forget to include something in the Bootloader.