Lines Matching refs:in
4 This document provides an overview of the "library at ROM" implementation in
11 be placed in ROM. This reduces SRAM usage by utilising the available space in
13 are placed in ROM. The capabilities of the "library at ROM" are:
19 3. Platform-specific libraries can be placed in ROM.
30 placed in ROM. The index file is platform specific and its format is:
37 function -- Name of the function to be placed in library at ROM
40 It is also possible to insert reserved spaces in the list by using the keyword
47 The reserved spaces can be used to add more functions in the future without
48 affecting the order and location of functions already existing in the jump
65 The index file is used to create a jump table which is placed in ROM. Then, the
68 corresponding to the original function. Finally, the original function in the BL
84 variable (**not** the jump table itself) with the absolute address in ROM.
88 each entry in the index file except for the ones that contain the keyword
92 it resolves all the include commands in the file recursively. It can also
94 used in makefiles.
102 Patching of functions in library at ROM
106 entries in the index file that contain the keyword ``patch``. Thus, it allows
129 - This change in BL images size can be taken into consideration to optimize the