Everything
3.7.2 How to use variable/function information file

-

Add #include directive to the C source files to include variable/function information file, and then compile the files.
That will reduce the size of object codes.

-

Specifying -preinclude option is another way to include the information file.
In this case, no modification is required for C source files.

-

Variable/function information file can be edited manually.

This enables users to tune the code size by enabling/disabling saddr specification for global variables or callt/near specification for functions in the variable/function information file and by adding/removing saddr specification for static variables or callt/near specification for static functions in the C source files.