OK! I figured it out.
The addresses in the vector table are those of properly ISR-identified functions in various functions located the "Generated_Code" project directory. Those functions in turn reference generic functions located in the Events.c module placed in the "Sources" directory. Because of the code organization, my code happens to need to call additional function(s) from there, all of which is wholly confusing, but the important point is the first landing place after the vector table jump is properly IDed as an ISR.
I'm satisfied with this. I've still got a critical race problem to deal with, but at least it's not the result of an absence of of ISRs.
Thanks!
doug