This option generates the function list for use in detecting illegal indirect function calls.
The function list for use in detecting illegal indirect function calls is not generated.
This option selects generation of the function list for use in detecting illegal indirect function calls. |
For details on detecting illegal indirect function calls, refer to the item on the '-control_flow_integrity [Professional Edition only] [V1.07.00 or later]' compile option.
Since the linker generates the function list for the .const section, the .const section must be specified with the -start option at the time of linking.
When an object file is created with -control_flow_integrity specified at the time of compilation, the linker generates the function list according to information that the compiler has automatically extracted. |
When an object file is created without -control_flow_integrity specified at the time of compilation, the linker generates function lists for all symbols that were resolved for relocation in the object file. |
When a function in the specific object file is to be exempted from the function list, specify the -CFI_IGNORE_Module link option.