vector of exceptions is given by base address in IVPR register + offset of an exception:
vector of external interrupts is given by base address VTBA in INTC.IACKRn register + offset for individual external interrupt.
SW example can be found in this application note where are two projects - one for bootloader and one for user application. Search for INTC_Init function: