-Rv, name
The -Rv command line option sets the name of the default vector table section that the assembler uses for the .VECTORS directive. If no other options are given, the default name for the section is INTVEC.
You can control the name of the vector table section used by the assembler within a source file using the RSEG and .SECTION directives or by using CrossStudio to set the Vector Section Name property of the file or project.
To set the default interrupt vector section name for a project:
To set the default code section name for a particular file:
The following command line option instructs the assembler to use the name IVDATA as the default vector section name selected by .VECTORS.
-Rv,IVDATA