Lines Matching refs:file
23 Index file
29 Library at ROM is described by an index file with the list of functions to be
30 placed in ROM. The index file is platform specific and its format is:
49 table. Also, for additional flexibility and modularity, the index file can
52 For an index file example, refer to ``lib/romlib/jmptbl.i``.
65 The index file is used to create a jump table which is placed in ROM. Then, the
81 the index file.
88 each entry in the index file except for the ones that contain the keyword
89 ``patch``. The generated wrapper file is called ``<fn_name>.s``.
91 4. ``romlib_generator.py pre [args]`` - Preprocesses the index file which means
92 it resolves all the include commands in the file recursively. It can also
93 generate a dependency file of the included index files which can be directly
106 entries in the index file that contain the keyword ``patch``. Thus, it allows