exception handler and ARM vector table

If I want to write startup code for the ARM A65AE, where can I find reference code, and where can I get information to ensure that each exception handler is placed in a fixed-size space?

I'm trying to understand that the ARM vector table requires a fixed offset for each exception handler, and alignment is necessary for this reason. Where can I find more detailed information about this?

0